Copy change
This commit is contained in:
parent
15995e25be
commit
03c6063e15
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
|
||||
$: disabled = !sdk.users.isAdmin($auth.user) || row?.scimInfo?.isSync
|
||||
$: tooltip = row?.scimInfo?.isSync && "User added to the group via your AD"
|
||||
$: tooltip = row?.scimInfo?.isSync && "This group is managed via your AD"
|
||||
</script>
|
||||
|
||||
<ActionButton {disabled} size="S" on:click={onClick} {tooltip}
|
||||
|
|
Loading…
Reference in New Issue