Fixed navigation bar
This commit is contained in:
parent
5346f2c3fd
commit
5dc0c7a74f
|
@ -22,8 +22,7 @@ struct AddAccountDialog: View {
|
|||
self.findBank()
|
||||
})
|
||||
|
||||
return NavigationView {
|
||||
Form {
|
||||
return Form {
|
||||
Section {
|
||||
TextField("Bank code", text: textValueBinding)
|
||||
}
|
||||
|
@ -44,8 +43,7 @@ struct AddAccountDialog: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.hideNavigationBar()
|
||||
}
|
||||
.navigationBarTitle(Text("Add account"), displayMode: NavigationBarItem.TitleDisplayMode.inline)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue