commiter work (#7244)

* fix incorrect css and removed redundant css warnings

* add gulp step to check all files

* added files file

* revert build to hygiene job

* keep css changes only
This commit is contained in:
Aditya Bist
2019-09-17 14:10:38 -07:00
committed by GitHub
parent 28d453fced
commit c6c863cd84
7 changed files with 15 additions and 70 deletions

View File

@@ -180,7 +180,7 @@ export class OpenMaterializedNotebookAction extends Action {
constructor(
@ICommandService private _commandService: ICommandService
) {
super(OpenMaterializedNotebookAction.ID, OpenMaterializedNotebookAction.LABEL, 'open');
super(OpenMaterializedNotebookAction.ID, OpenMaterializedNotebookAction.LABEL, 'openNotebook');
}
public run(context: any): Promise<boolean> {