disable related field links

This commit is contained in:
Ramesh Mane
2026-02-24 15:25:39 +00:00
parent 524f7ed289
commit d3910590fa
6 changed files with 35 additions and 9 deletions

View File

@@ -20,6 +20,7 @@ export interface UseExpandedFormDetachedProps {
'newRecordHeader'?: string
'existingTemplateNames'?: string[]
'editingTemplateId'?: string
'blueprintParentTableId'?: string
'createdRecord'?: (row: Row['row']) => void
}