Fix ZeppelinPlugins not loading properly
This commit is contained in:
parent
497fdcc9f6
commit
0f0ca1dc57
1 changed files with 1 additions and 1 deletions
|
@ -72,6 +72,6 @@ export class ZeppelinPlugin extends Plugin {
|
|||
throw new Error(`Invalid options:\n${validationErrors.join("\n")}`);
|
||||
}
|
||||
|
||||
return this.onLoad();
|
||||
return super.runLoad();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue