This commit is contained in:
Thomas Ricouard 2024-05-15 10:52:41 +02:00
parent 13d721912b
commit a9398c25af
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ struct AccountSettingsView: View {
Form {
Section {
Button {
routerPath.presentedSheet = .accountFiltersList
routerPath.presentedSheet = .accountEditInfo
} label: {
Label("account.action.edit-info", systemImage: "pencil")
.frame(maxWidth: .infinity, alignment: .leading)