Skip to content

Commit 27bcb65

Browse files
committed
fix: label should be upper case
1 parent c921e26 commit 27bcb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import GraphPlugin from './GraphPlugin.js';
22

33
// Auto-register plugin if Yasgui is available (UMD global)
44
if (typeof window !== 'undefined' && window.Yasgui && window.Yasgui.Yasr) {
5-
window.Yasgui.Yasr.registerPlugin('graph', GraphPlugin);
5+
window.Yasgui.Yasr.registerPlugin('Graph', GraphPlugin);
66
}
77

88
export default GraphPlugin;

0 commit comments

Comments
 (0)