Skip to content

Commit

Permalink
move clone below drilldowns (near replace)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Apr 21, 2020
1 parent 1ac52d0 commit bb7f7d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface ClonePanelActionContext {
export class ClonePanelAction implements ActionByType<typeof ACTION_CLONE_PANEL> {
public readonly type = ACTION_CLONE_PANEL;
public readonly id = ACTION_CLONE_PANEL;
public order = 11;
public order = 4;

constructor(private core: CoreStart) {}

Expand Down

0 comments on commit bb7f7d3

Please sign in to comment.