Skip to content

Commit

Permalink
Fix MID-8339 remove unnecessary edit inline button
Browse files Browse the repository at this point in the history
  • Loading branch information
tchrapovic committed Sep 28, 2023
1 parent 63a600d commit 01be946
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ protected TableId getTableId() {
protected List<InlineMenuItem> createInlineMenu() {
List<InlineMenuItem> menuItems = new ArrayList<>();
menuItems.add(PageArchetypes.this.createDeleteInlineMenu());
menuItems.add(createEditMenuItem());
return menuItems;
}

Expand Down

0 comments on commit 01be946

Please sign in to comment.