diff --git a/stores/calculation/options/index.ts b/stores/calculation/options/index.ts index e810278..d3ba2cc 100644 --- a/stores/calculation/options/index.ts +++ b/stores/calculation/options/index.ts @@ -92,7 +92,7 @@ export default class OptionsStore { clearOptions = (elementName: Elements) => { this.options[elementName] = []; - + delete this.filters[elementName]; this.root.$calculation.$values.clearValueOfElement(elementName); };