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.
2 parents 7bbebec + d9162f9 commit 0a61204Copy full SHA for 0a61204
dd-extension/src/Home.jsx
@@ -138,7 +138,7 @@ export function Home() {
138
139
<UrlHandlingModal
140
onLaunchConfirmation={(title, location) => {
141
- if (labspaces.find((l) => l.location === location) === undefined)
+ if ([...highlightedLabspaces, ...labspaces].find((l) => l.location === location) === undefined)
142
addLabspace(title, location);
143
startLabspace(location);
144
}}
0 commit comments