stores: delete filter in clearOptions method
This commit is contained in:
parent
d11f2bb8d7
commit
6c6c55b433
@ -92,7 +92,7 @@ export default class OptionsStore {
|
||||
|
||||
clearOptions = (elementName: Elements) => {
|
||||
this.options[elementName] = [];
|
||||
|
||||
delete this.filters[elementName];
|
||||
this.root.$calculation.$values.clearValueOfElement(elementName);
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user