Fix dashboard refresh
This commit is contained in:
@@ -30,7 +30,7 @@ public class MainViewModel: ObservableObject {
|
||||
|
||||
public func onSelectionChange(_ newValue: NavigationPage, environments: ExtensionEnvironments) {
|
||||
if newValue == .logs {
|
||||
environments.connectLog()
|
||||
environments.connect()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user