feat: add bucket browser

This commit is contained in:
2024-08-19 02:28:25 +07:00
parent 934e0c409c
commit 93a1dce5f7
35 changed files with 770 additions and 137 deletions
+1
View File
@@ -46,6 +46,7 @@ export const ToggleField = <T extends FieldValues>({
{...props}
{...field}
className={inputClassName}
color={field.value ? "primary" : undefined}
checked={field.value || false}
onChange={(e) => field.onChange(e.target.checked)}
/>