mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 07:56:13 +00:00
fix: dont show master sandbox base in list
This commit is contained in:
@@ -149,6 +149,7 @@ const { formState, isLoading, submit } = useProvideFormBuilderHelper({
|
||||
equal: 'existing',
|
||||
},
|
||||
defaultValue: undefined,
|
||||
filterOption: (base) => base && !base?.sandbox_master,
|
||||
},
|
||||
{
|
||||
type: FormBuilderInputType.Input,
|
||||
|
||||
Reference in New Issue
Block a user