1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-11 13:15:28 +03:00

fix(editor): Fix lazy loaded component not using suspense (no-changelog) (#10454)

This commit is contained in:
Alex Grozav 2024-08-16 13:29:32 +03:00 committed by GitHub
parent 37797f38d8
commit 334d11175e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,15 +50,17 @@
data-test-id="run-data-pane-header"
@click.stop
>
<LazyRunDataSearch
v-if="showIOSearch"
v-model="search"
:class="$style.search"
:pane-type="paneType"
:display-mode="displayMode"
:is-area-active="isPaneActive"
@focus="activatePane"
/>
<Suspense>
<LazyRunDataSearch
v-if="showIOSearch"
v-model="search"
:class="$style.search"
:pane-type="paneType"
:display-mode="displayMode"
:is-area-active="isPaneActive"
@focus="activatePane"
/>
</Suspense>
<n8n-radio-buttons
v-show="