We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3960c commit afd446aCopy full SHA for afd446a
examples/js/column-filter/select-filter.js
@@ -6,7 +6,7 @@ const products = [];
6
7
const qualityType = {
8
0: 'good',
9
- 1: 'bad',
+ 1: 'Bad',
10
2: 'unknown'
11
};
12
0 commit comments