1
0

fix(filter): do not show filter footer when creating a filter

This commit is contained in:
kolaente
2024-03-12 21:30:54 +01:00
parent e44897e0d4
commit eb4f880c64

View File

@ -62,6 +62,7 @@
:class="{ 'disabled': filterService.loading}"
:disabled="filterService.loading"
class="has-no-shadow has-no-border"
:has-footer="false"
/>
</div>
</div>