Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
選択肢の形式を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
takejohn committed May 9, 2024
1 parent 0b77fd4 commit d1aa0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class PermsFeature extends Feature {

registerPermission(name: string, description: string) {
addChoice({
name: description,
name: `${name} (${description})`,
value: name,
});
}
Expand Down

0 comments on commit d1aa0d8

Please sign in to comment.