Tiny fixes

This commit is contained in:
Philipp Heckel 2022-06-05 19:17:46 -04:00
parent e599feffbc
commit 0668635e10

View file

@ -35,7 +35,7 @@ struct DefaultServerView: View {
@EnvironmentObject private var store: Store @EnvironmentObject private var store: Store
@FetchRequest(sortDescriptors: []) var prefs: FetchedResults<Preference> @FetchRequest(sortDescriptors: []) var prefs: FetchedResults<Preference>
@State private var showDialog = false @State private var showDialog = false
@State private var newDefaultBaseUrl: String = "x" @State private var newDefaultBaseUrl: String = ""
private var defaultBaseUrl: String { private var defaultBaseUrl: String {
prefs prefs
@ -81,7 +81,6 @@ struct DefaultServerView: View {
} }
} }
} }
} }
} }
.navigationTitle("Default server") .navigationTitle("Default server")