Skip to content

Commit

Permalink
Default to enable the new role editor (#50030)
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-nero authored Dec 13, 2024
1 parent 55b7ee5 commit c0aa36f
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 c0aa36f

Please sign in to comment.