diff --git a/src/axes_editor.ts b/src/axes_editor.ts index a1066c3..80677e0 100644 --- a/src/axes_editor.ts +++ b/src/axes_editor.ts @@ -82,7 +82,7 @@ export function axesEditorComponent() { return { restrict: 'E', scope: true, - templateUrl: 'public/plugins/corpglory-grafalys-graph-panel/partials/axes_editor.html', + templateUrl: 'public/plugins/hastic-graph-panel/partials/axes_editor.html', controller: AxesEditorCtrl, }; }