Don't show popover if no errors

This commit is contained in:
Adria Navarro 2025-02-04 12:02:22 +01:00
parent 1348fbb917
commit bcf50213df
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
anchor={button}
align={PopoverAlignment.Right}
maxWidth={400}
showPopover={$screenComponentErrorList.length}
>
<div class="error-popover">
{#each $screenComponentErrorList as error}