Skip to content

Commit cb5bcb7

Browse files
author
minjk-bl
committed
Add seaborn to be checked as a default
1 parent a4bb32f commit cb5bcb7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

visualpython/js/m_apps/Import.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ define([
7070
}
7171

7272
this.importTemplatesCopy = JSON.parse(JSON.stringify(importTemplates));
73-
if (vpConfig.extensionType === 'lite') {
74-
// for LITE: set default checked state as false on seaborn package
75-
this.importTemplatesCopy['data-analysis'][3].checked = false;
76-
}
7773

7874
if (!this.state.importMeta || this.state.importMeta.length <= 0) {
7975
this.state.importMeta = JSON.parse(JSON.stringify(this.importTemplatesCopy[this.state.tabType]));

0 commit comments

Comments
 (0)