Removed default filter
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2020-03-13 15:02:51 +01:00
parent 2d24417078
commit 36ad778a59
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ import ModuleMain from 'salix/components/module-main';
export default class Order extends ModuleMain {
$postLink() {
this.filter = {showEmpty: false};
// this.filter = {showEmpty: false};
}
}

View File

@ -76,11 +76,11 @@
triple-state="true"
ng-model="filter.isConfirmed">
</vn-check>
<vn-check
<!-- <vn-check
vn-one
label="Show empty"
ng-model="filter.showEmpty">
</vn-check>
</vn-check> -->
</vn-horizontal>
<vn-horizontal class="vn-mt-lg">
<vn-submit label="Search"></vn-submit>