fix: update sandbox version deployments modal

This commit is contained in:
Ramesh Mane
2026-01-22 10:31:55 +00:00
parent 143f557aae
commit 4872fdfd34
3 changed files with 297 additions and 79 deletions

View File

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