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}
|
value={field.value}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
options={visibilityOptions.map((visibility) => ({
|
options={visibilityOptions.map((visibility) => ({
|
||||||
key: visiblity.value,
|
key: visibility.value,
|
||||||
value: visiblity.value,
|
value: visibility.value,
|
||||||
label: visiblity.label,
|
label: visibility.label,
|
||||||
}))}
|
}))}
|
||||||
disabled={isSubmitting}
|
disabled={isSubmitting}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue