Don't show popover if no errors
This commit is contained in:
parent
1348fbb917
commit
bcf50213df
|
@ -53,6 +53,7 @@
|
||||||
anchor={button}
|
anchor={button}
|
||||||
align={PopoverAlignment.Right}
|
align={PopoverAlignment.Right}
|
||||||
maxWidth={400}
|
maxWidth={400}
|
||||||
|
showPopover={$screenComponentErrorList.length}
|
||||||
>
|
>
|
||||||
<div class="error-popover">
|
<div class="error-popover">
|
||||||
{#each $screenComponentErrorList as error}
|
{#each $screenComponentErrorList as error}
|
||||||
|
|
Loading…
Reference in New Issue