Skip to content

Commit 6bd0e5c

Browse files
Zorin95670jcabannes
authored andcommitted
chore(catalog-ui): move separator in valid position in favorites panel of smart-filter
1 parent 12f3213 commit 6bd0e5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/catalog-ui/src/components/smart-filter/LinidFavoritePanel.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
{{ t('title') }}
3939
</div>
4040

41+
<q-separator v-bind="uiProps.titleSeparator" />
42+
4143
<div class="q-gutter-sm q-pa-sm linid-favorite-panel--action-buttons">
4244
<q-btn
4345
v-bind="uiProps.createButton"
@@ -54,8 +56,6 @@
5456
/>
5557
</div>
5658

57-
<q-separator v-bind="uiProps.titleSeparator" />
58-
5959
<div class="row no-wrap linid-favorite-panel--content">
6060
<q-list
6161
v-bind="uiProps.list"

0 commit comments

Comments
 (0)