mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Update src/renderer/src/pages/settings/settings-account.tsx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
401dd13b85
commit
1b55c3f8a0
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ export function SettingsAccount() {
|
||||||
label={t("profile_visibility")}
|
label={t("profile_visibility")}
|
||||||
value={field.value}
|
value={field.value}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
options={visibilityOptions.map((visiblity) => ({
|
options={visibilityOptions.map((visibility) => ({
|
||||||
key: visiblity.value,
|
key: visiblity.value,
|
||||||
value: visiblity.value,
|
value: visiblity.value,
|
||||||
label: visiblity.label,
|
label: visiblity.label,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue