Fix custom query params not appearing

This commit is contained in:
Andrew Kingston 2021-12-02 12:28:12 +00:00
parent e71dd8fb77
commit 9a7cb71371
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
</Button>
<DrawerContent slot="body">
<Layout noPadding>
{#if getQueryParams(value._id).length > 0}
{#if getQueryParams(value).length > 0}
<ParameterBuilder
bind:customParams={value.queryParams}
parameters={getQueryParams(value)}