fix: Update event name for reports filter (#10199)

This commit is contained in:
Shivam Mishra
2024-10-02 21:46:23 +05:30
committed by GitHub
parent a3b602290a
commit b52950ba5a
2 changed files with 1 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ export default {
:options="options"
:option-height="24"
:show-labels="false"
@input="handleInput"
@update:model-value="handleInput"
/>
</div>
</template>

View File

@@ -139,7 +139,6 @@ export default {
this.onDateRangeChange();
},
changeFilterSelection() {
console.log('changeFilterSelection', this.currentSelectedFilter);
this.$emit('filterChange', this.currentSelectedFilter);
},
onChange(value) {