Skip to content

Commit

Permalink
Default to enable the new role editor
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-nero authored and github-actions committed Dec 10, 2024
1 parent e357726 commit f06aa6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export const storageService = {
},

getUseNewRoleEditor(): boolean {
return this.getParsedJSONValue(KeysEnum.USE_NEW_ROLE_EDITOR, false);
return this.getParsedJSONValue(KeysEnum.USE_NEW_ROLE_EDITOR, true);
},

getIsTopBarView(): boolean {
Expand Down

0 comments on commit f06aa6a

Please sign in to comment.