wip
This commit is contained in:
@ -21,7 +21,7 @@ struct SplitAddEditView: View {
|
||||
|
||||
var body: some View {
|
||||
NavigationStack {
|
||||
Form {
|
||||
Form {
|
||||
Section(header: Text("Name")) {
|
||||
TextField("Name", text: $model.name)
|
||||
.bold()
|
||||
|
Reference in New Issue
Block a user