Skip to content

Commit afd446a

Browse files
committed
for #589
1 parent 1d3960c commit afd446a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/column-filter/select-filter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const products = [];
66

77
const qualityType = {
88
0: 'good',
9-
1: 'bad',
9+
1: 'Bad',
1010
2: 'unknown'
1111
};
1212

0 commit comments

Comments
 (0)