fix: Update event name for reports filter (#10199)
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
||||
:options="options"
|
||||
:option-height="24"
|
||||
:show-labels="false"
|
||||
@input="handleInput"
|
||||
@update:model-value="handleInput"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -139,7 +139,6 @@ export default {
|
||||
this.onDateRangeChange();
|
||||
},
|
||||
changeFilterSelection() {
|
||||
console.log('changeFilterSelection', this.currentSelectedFilter);
|
||||
this.$emit('filterChange', this.currentSelectedFilter);
|
||||
},
|
||||
onChange(value) {
|
||||
|
||||
Reference in New Issue
Block a user