Skip to content

Commit 238c3cf

Browse files
committed
[BUG] Fix SDL Verified Roles list not being able to handle multiple roles
1 parent a5e0f3a commit 238c3cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/composables/FieldUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const addToArray = (target: any, key: any) => {
1212
}
1313

1414
if (key === 'requiredRoles' || key === 'deniedRoles' || key === 'ignoredCommands' || key === 'ignoredThreads'
15-
|| key === 'largeImageKey' || key === 'smallImageKey' || key === 'allowedChannels') {
15+
|| key === 'largeImageKey' || key === 'smallImageKey' || key === 'allowedChannels' || key === 'verifiedRole') {
1616
target.push('')
1717
}
1818

0 commit comments

Comments
 (0)