removed line
gitea/salix/2084-order_catalog_keep_category This commit looks good
Details
gitea/salix/2084-order_catalog_keep_category This commit looks good
Details
This commit is contained in:
parent
20f9f7af24
commit
b647379443
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue