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