Allow qms guests (#6099)

This commit is contained in:
Denis Bykhov 2024-07-19 17:02:42 +05:00 committed by GitHub
parent ecffc2f136
commit b92ec6b9fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View File

@ -306,6 +306,7 @@
onChange={handleMembersChanged}
kind={'regular'}
size={'large'}
allowGuests
/>
</div>

View File

@ -299,6 +299,7 @@
onChange={handleMembersChanged}
kind={'regular'}
size={'large'}
allowGuests
/>
</div>

View File

@ -338,6 +338,7 @@
onChange={handleMembersChanged}
kind={'regular'}
size={'large'}
allowGuests
/>
{#each roles as role}

View File

@ -103,6 +103,7 @@
}}
kind="regular"
size="large"
allowGuests
/>
{/each}
</div>