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