Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: yubonluo <yubonluo@amazon.com>
  • Loading branch information
yubonluo committed Mar 26, 2024
1 parent c127a79 commit cf1a8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/workspace/public/workspace_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ export class WorkspaceClient {
libraryReadonly: !workspaceIdsWithWritePermission.includes(workspace.id),
}));
this.workspaces.workspaceList$.next(workspaces);
} else {
this.workspaces.workspaceList$.next([]);
}
} else {
this.workspaces.workspaceList$.next([]);
}
}

Expand Down

0 comments on commit cf1a8ac

Please sign in to comment.