Skip to content

Commit

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

Please sign in to comment.