mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 23:37:27 +00:00
fix: remove get SystemColumn param
This commit is contained in:
@@ -339,7 +339,6 @@ const [useProvideExpandedFormStore, useExpandedFormStore] = useInjectionState((m
|
||||
{
|
||||
query: {
|
||||
getHiddenColumn: true,
|
||||
getSystemColumn: true,
|
||||
},
|
||||
},
|
||||
)
|
||||
@@ -352,7 +351,6 @@ const [useProvideExpandedFormStore, useExpandedFormStore] = useInjectionState((m
|
||||
encodeURIComponent(recordId),
|
||||
{
|
||||
getHiddenColumn: true,
|
||||
getSystemColumn: true,
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user