removed line
gitea/salix/2084-order_catalog_keep_category This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-02-06 13:42:28 +01:00
parent 20f9f7af24
commit b647379443
1 changed files with 1 additions and 3 deletions

View File

@ -106,9 +106,7 @@ class Controller {
return this._categoryId;
}
set categoryId(value) {
if (!value) value = null;
set categoryId(value = null) {
this._categoryId = value;
this.itemTypes = [];
this.typeId = null;