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

Fix #10203
This commit is contained in:
syuilo 2023-03-05 10:48:04 +09:00
parent 1711ae7156
commit 5c88c17d15
2 changed files with 3 additions and 2 deletions

View file

@ -18,7 +18,7 @@ You should also include the user name that made the change.
- サーバーのパフォーマンスを改善
### Bugfixes
-
- ロールの権限で「一般ユーザー」のロールがいきなり設定できない問題を修正
## 13.9.1 (2023/03/03)

View file

@ -46,7 +46,8 @@ if (props.id) {
data = {
name: 'New Role',
description: '',
rolePermission: 'normal',
isAdministrator: false,
isModerator: false,
color: null,
iconUrl: null,
target: 'manual',