File tree 2 files changed +6
-0
lines changed
__tests__/shared/components/challenge-listing/Filters/__snapshots__
src/shared/components/challenge-listing/Filters/FiltersPanel
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ exports[`Matches shallow shapshot 1`] = `
60
60
},
61
61
]
62
62
}
63
+ placeholder = " Select Keywords"
63
64
selectRef = { [Function ]}
64
65
simpleValue = { true }
65
66
value = { null }
@@ -131,6 +132,7 @@ exports[`Matches shallow shapshot 1`] = `
131
132
},
132
133
]
133
134
}
135
+ placeholder = " Select Subtrack"
134
136
selectRef = { [Function ]}
135
137
simpleValue = { true }
136
138
value = { null }
@@ -276,6 +278,7 @@ exports[`Matches shallow shapshot 2`] = `
276
278
multi = { true }
277
279
onChange = { [Function ]}
278
280
options = { Array []}
281
+ placeholder = " Select Keywords"
279
282
selectRef = { [Function ]}
280
283
simpleValue = { true }
281
284
value = { null }
@@ -336,6 +339,7 @@ exports[`Matches shallow shapshot 2`] = `
336
339
multi = { true }
337
340
onChange = { [Function ]}
338
341
options = { Array []}
342
+ placeholder = " Select Subtrack"
339
343
selectRef = { [Function ]}
340
344
simpleValue = { true }
341
345
value = { null }
Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ Keywords
215
215
< input type = "hidden" />
216
216
</ label >
217
217
< Select
218
+ placeholder = "Select Keywords"
218
219
id = "keyword-select"
219
220
multi
220
221
onChange = { ( value ) => {
@@ -254,6 +255,7 @@ Subtrack
254
255
< input type = "hidden" />
255
256
</ label >
256
257
< Select
258
+ placeholder = "Select Subtrack"
257
259
id = "track-select"
258
260
multi
259
261
onChange = { ( value ) => {
You can’t perform that action at this time.
0 commit comments