Fix dashboard refresh
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ struct MainView: View {
|
||||
}
|
||||
.onChangeCompat(of: selection) { newValue in
|
||||
if newValue == .logs {
|
||||
environments.connectLog()
|
||||
environments.connect()
|
||||
}
|
||||
}
|
||||
.environment(\.selection, $selection)
|
||||
|
||||
Reference in New Issue
Block a user