Fix merge issue.

This commit is contained in:
Jade Welton
2026-07-14 10:57:42 -07:00
parent 45839ebefe
commit 20ff6eefc0
@@ -518,7 +518,7 @@ function createOpenTerminalButtonByKind(
});
return;
}
if (useNotebook.getState().isNotebookEnabled || userContext.features.enableCloudShell) {
if (userContext.features.enableCloudShell) {
container.openNotebookTerminal(terminalKind);
}
},