fix(filter): do not show filter footer when creating a filter
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2024-03-12 21:30:54 +01:00
parent e44897e0d4
commit eb4f880c64
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

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>