We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf1f16 commit aa83f70Copy full SHA for aa83f70
client/src/components/workspaces/utils.ts
@@ -117,6 +117,7 @@ export async function workspaceShareClick(
117
export async function openWorkspaceContextMenu(
118
event: Event,
119
workspace: WorkspaceInfo,
120
+ workspaceAttributes: WorkspaceAttributes,
121
eventDistributor: EventDistributor,
122
informationManager: InformationManager,
123
fromSidebar = false,
0 commit comments