Null pointer fix (#12473)

This commit is contained in:
melohagan 2023-11-30 10:09:14 +00:00 committed by GitHub
parent 1cd885f39e
commit 3633b9e93e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
x => x.value === users.getUserRole(row)
)
$: value = role?.label || "Not available"
$: tooltip = role.subtitle || ""
$: tooltip = role?.subtitle || ""
</script>
<div on:click|stopPropagation title={tooltip}>