mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Update settings-account.tsx
This commit is contained in:
parent
bc777102d5
commit
3d88b205c2
1 changed files with 3 additions and 3 deletions
|
@ -162,9 +162,9 @@ export function SettingsAccount() {
|
|||
value={field.value}
|
||||
onChange={handleChange}
|
||||
options={visibilityOptions.map((visibility) => ({
|
||||
key: visiblity.value,
|
||||
value: visiblity.value,
|
||||
label: visiblity.label,
|
||||
key: visibility.value,
|
||||
value: visibility.value,
|
||||
label: visibility.label,
|
||||
}))}
|
||||
disabled={isSubmitting}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue