fix: use dropdown for version controling

This commit is contained in:
Ramesh Mane
2026-01-27 11:47:14 +00:00
parent 86979b3188
commit 10635b7931
5 changed files with 312 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ const { formState, isLoading, submit } = useProvideFormBuilderHelper({
model: 'visibility',
category: FORM_BUILDER_NON_CATEGORIZED,
options: [
{ label: 'Public', value: 'public', icon: 'eye' },
// { label: 'Public', value: 'public', icon: 'eye' },
{ label: 'Private', value: 'private', icon: 'lock' },
{ label: 'Unlisted', value: 'unlisted', icon: 'ncEyeOff' },
],