Add tooltip

This commit is contained in:
Adria Navarro 2024-07-04 16:49:35 +02:00
parent a50a04c323
commit 4fae45e018
1 changed files with 1 additions and 1 deletions

View File

@ -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}