Skip to content

Commit 73fa465

Browse files
author
minjk-bl
committed
Fix bug - checkmodule spells
1 parent c9b0c23 commit 73fa465

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

js/m_apps/Import.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ define([
4646
/** Write codes executed before rendering */
4747
this.config.dataview = false;
4848
this.config.sizeLevel = 1;
49-
this.config.checkModules = ['pd'];
5049

5150
let savedData = vpConfig.getDataSimple('', 'vpimport');
5251
// Reset abnormal data

js/m_visualize/WordCloud.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ define([
3131
this.config.installButton = true;
3232
this.config.importButton = true;
3333
this.config.dataview = false;
34-
this.config.checkModules = ['Counter', 'plt', 'Wordcloud'];
34+
this.config.checkModules = ['Counter', 'plt', 'WordCloud'];
3535

3636
this.state = {
3737
data: '',

0 commit comments

Comments
 (0)