1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00

Merge pull request #3640 from Budibase/ak-fixes-master

Hotfixes for query params and potential solution for apps sometimes not loading
This commit is contained in:
Andrew Kingston 2021-12-02 13:23:29 +00:00 committed by GitHub
commit fd2b3fba47
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ export const getFrontendStore = () => {
libraries: application.componentLibraries,
components,
clientFeatures: {
...state.clientFeatures,
...INITIAL_FRONTEND_STATE.clientFeatures,
...components.features,
},
name: application.name,

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)}