Skip to content

Commit

Permalink
Don't use mostUsed for block registration
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Sep 15, 2020
1 parent c4aa513 commit 4db7146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default (config) => {
view: TabsBlockView,
edit: TabsBlockEdit,
restricted: false,
mostUsed: true,
mostUsed: false,
sidebarTab: 1,
security: {
addPermission: [],
Expand Down

0 comments on commit 4db7146

Please sign in to comment.