Skip to content
Snippets Groups Projects
Commit 5c88c17d authored by syuilo's avatar syuilo
Browse files

fix(client): ロールの権限で「一般ユーザー」のロールがいきなり設定できない問題を修正

Fix #10203
parent 1711ae71
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ You should also include the user name that made the change.
- サーバーのパフォーマンスを改善
### Bugfixes
-
- ロールの権限で「一般ユーザー」のロールがいきなり設定できない問題を修正
## 13.9.1 (2023/03/03)
......
......@@ -46,7 +46,8 @@ if (props.id) {
data = {
name: 'New Role',
description: '',
rolePermission: 'normal',
isAdministrator: false,
isModerator: false,
color: null,
iconUrl: null,
target: 'manual',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment