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
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

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