Skip to content

Commit c686bd2

Browse files
committed
doc: update table custom filter demo, close #5529
1 parent fc9b52e commit c686bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/table/demo/custom-filter-panel.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export default defineComponent({
160160
};
161161
162162
const handleReset = clearFilters => {
163-
clearFilters();
163+
clearFilters({ confirm: true });
164164
state.searchText = '';
165165
};
166166

0 commit comments

Comments
 (0)