Tiny fixes
This commit is contained in:
parent
e599feffbc
commit
0668635e10
1 changed files with 1 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ struct DefaultServerView: View {
|
|||
@EnvironmentObject private var store: Store
|
||||
@FetchRequest(sortDescriptors: []) var prefs: FetchedResults<Preference>
|
||||
@State private var showDialog = false
|
||||
@State private var newDefaultBaseUrl: String = "x"
|
||||
@State private var newDefaultBaseUrl: String = ""
|
||||
|
||||
private var defaultBaseUrl: String {
|
||||
prefs
|
||||
|
|
@ -81,7 +81,6 @@ struct DefaultServerView: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
.navigationTitle("Default server")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue