fix: dont show master sandbox base in list

This commit is contained in:
Ramesh Mane
2026-01-22 10:31:55 +00:00
parent 0336e06d24
commit 1562b862e7
4 changed files with 15 additions and 6 deletions

View File

@@ -149,6 +149,7 @@ const { formState, isLoading, submit } = useProvideFormBuilderHelper({
equal: 'existing',
},
defaultValue: undefined,
filterOption: (base) => base && !base?.sandbox_master,
},
{
type: FormBuilderInputType.Input,