Sfoglia il codice sorgente

fix: remove unnecessary modal visibility toggle on error in name save (#25001)

tags/1.8.1
17hz 2 mesi fa
parent
commit
32972b45db
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      web/app/account/(commonLayout)/account-page/index.tsx

+ 0
- 1
web/app/account/(commonLayout)/account-page/index.tsx Vedi File

@@ -69,7 +69,6 @@ export default function AccountPage() {
}
catch (e) {
notify({ type: 'error', message: (e as Error).message })
setEditNameModalVisible(false)
setEditing(false)
}
}

Loading…
Annulla
Salva