Skip to content

Commit 218d66f

Browse files
committed
adjust actions order
1 parent 8566cbc commit 218d66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/dashboard/public/application/actions/clone_panel_action.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface ClonePanelActionContext {
3939
export class ClonePanelAction implements ActionByType<typeof ACTION_CLONE_PANEL> {
4040
public readonly type = ACTION_CLONE_PANEL;
4141
public readonly id = ACTION_CLONE_PANEL;
42-
public order = 4;
42+
public order = 45;
4343

4444
constructor(private core: CoreStart) {}
4545

0 commit comments

Comments
 (0)