Add tooltip
This commit is contained in:
parent
a50a04c323
commit
4fae45e018
|
@ -5,7 +5,7 @@
|
|||
export let row
|
||||
</script>
|
||||
|
||||
<span class="email">
|
||||
<span title={value} class="email">
|
||||
{value}
|
||||
</span>
|
||||
{#if row.scimInfo?.isSync}
|
||||
|
|
Loading…
Reference in New Issue