We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5ca48 commit 8b24665Copy full SHA for 8b24665
src/components/rightSidePanel/parameters/TabParameters.vue
@@ -68,7 +68,7 @@ async function searcher(query: string) {
68
69
<template>
70
<div class="px-4 pb-4 flex gap-2 border-b border-interface-stroke">
71
- <SidePanelSearch :searcher :update-key="searchedWidgetsSectionDataList" />
+ <SidePanelSearch :searcher :update-key="widgetsSectionDataList" />
72
</div>
73
<SectionWidgets
74
v-for="section in searchedWidgetsSectionDataList"
0 commit comments