fix(filter): do not show filter footer when creating a filter
This commit is contained in:
parent
e44897e0d4
commit
eb4f880c64
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user