This commit is contained in:
ogerly 2022-10-27 15:30:06 +02:00
parent 20ca2eca39
commit 75ff8f5eba
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
:label="$t('filter-menu.all')"
icon="check"
@click="resetCategories"
style="margin-left: 50px; margin-right: 20px;"
style="margin-left: 50px; margin-right: 20px"
/>
<labeled-button filled :label="$t('actions.save')" icon="save" @click="saveCategories" />
<hr />
@ -85,4 +85,4 @@ export default {
},
},
}
</script>
</script>

View File

@ -123,7 +123,7 @@
style="flex-grow: 0; flex-basis: auto; padding: 20px 0"
>
<client-only>
<filter-menu v-show="showFilterMenuDropdown" :showMobileMenu="showMobileMenu"/>
<filter-menu v-show="showFilterMenuDropdown" :showMobileMenu="showMobileMenu" />
</client-only>
</ds-flex-item>
</ds-flex>