1
0
Fork 0
mirror of synced 2024-09-11 15:08:05 +12:00

Don't attempt to render the internal chart until a type has been set

This commit is contained in:
Dean 2022-10-24 16:31:58 +01:00
parent e41cfcd58e
commit 72028b57ec

View file

@ -64,6 +64,7 @@
limit,
}}
>
{#if dataProviderId && chartType}
<BlockComponent
type={chartType}
props={{
@ -93,5 +94,6 @@
dateColumn,
}}
/>
{/if}
</BlockComponent>
</Block>