1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

PR comments.

This commit is contained in:
mike12345567 2022-09-26 18:26:16 +01:00
parent b71ed1ca82
commit d8fdd43e04

View file

@ -39,12 +39,14 @@
disabled={confirmDisabled}
>
{#if !selectingRole}
<Body>Select the app to add to the <i>"{group.name}"</i> group.</Body>
<Body
>Select an app to assign roles for members of <i>"{group.name}"</i></Body
>
<Select bind:value={selectedApp} options={appOptions} />
{:else}
<Body
>Pick the role this group will appear as in the <i>"{selectedApp.name}"</i
> app.</Body
>Select the role that all members of "<i>{group.name}</i>" will have for
<i>"{selectedApp.name}"</i></Body
>
<RoleSelect allowPublic={false} bind:value={selectedRoleId} />
{/if}