mirror of
https://github.com/khairul169/garage-webui.git
synced 2026-09-18 18:27:39 +07:00
feat: add bucket browser
This commit is contained in:
@@ -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)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user