fixed quickstarts

This commit is contained in:
Srinath Narayanan 2021-11-09 20:00:14 +05:30 committed by kcheekuri
parent 3aa4bbe266
commit a9d38cdb3b

View File

@ -1204,10 +1204,9 @@ export default class Explorer {
} }
public async handleOpenFileAction(path: string): Promise<void> { public async handleOpenFileAction(path: string): Promise<void> {
if ( if (userContext.features.phoenix) {
userContext.features.phoenix === false && await this.allocateContainer();
!(await this._containsDefaultNotebookWorkspace(userContext.databaseAccount)) } else if (!(await this._containsDefaultNotebookWorkspace(userContext.databaseAccount))) {
) {
this._openSetupNotebooksPaneForQuickstart(); this._openSetupNotebooksPaneForQuickstart();
} }