We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8566cbc commit 218d66fCopy full SHA for 218d66f
src/plugins/dashboard/public/application/actions/clone_panel_action.tsx
@@ -39,7 +39,7 @@ export interface ClonePanelActionContext {
39
export class ClonePanelAction implements ActionByType<typeof ACTION_CLONE_PANEL> {
40
public readonly type = ACTION_CLONE_PANEL;
41
public readonly id = ACTION_CLONE_PANEL;
42
- public order = 4;
+ public order = 45;
43
44
constructor(private core: CoreStart) {}
45
0 commit comments