merge: current-workspace-session-model
# Conflicts: # TASKS.md # apps/ui/js/auth.js
This commit is contained in:
@@ -264,7 +264,7 @@ async function loadWorkspaceSettings() {
|
||||
var workspaces = await window.refreshWorkspaces();
|
||||
var updated = workspaces.find(function (entry) { return entry.id === item.id; });
|
||||
if (updated && window.setCurrentWorkspace) {
|
||||
window.setCurrentWorkspace(updated);
|
||||
await window.setCurrentWorkspace(updated);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user