Fix filter update in Keluhan and Gangguan components
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
@run-search="() => filterData(filters)"
|
||||
class="mb-4"
|
||||
>
|
||||
<Type1 @update:filters="(value) => (filters = value)" />
|
||||
<Type1 @update:filters="(value) => filters = value" />
|
||||
</Filters>
|
||||
|
||||
<div id="data">
|
||||
|
Reference in New Issue
Block a user