Skip to content

Commit e823b90

Browse files
committed
Merge pull request #3143 from r0hit-gupta/msft148
MSFT-148
1 parent e3a16d1 commit e823b90

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

__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ exports[`Matches shallow shapshot 1`] = `
6060
},
6161
]
6262
}
63+
placeholder="Select Keywords"
6364
selectRef={[Function]}
6465
simpleValue={true}
6566
value={null}
@@ -131,6 +132,7 @@ exports[`Matches shallow shapshot 1`] = `
131132
},
132133
]
133134
}
135+
placeholder="Select Subtrack"
134136
selectRef={[Function]}
135137
simpleValue={true}
136138
value={null}
@@ -276,6 +278,7 @@ exports[`Matches shallow shapshot 2`] = `
276278
multi={true}
277279
onChange={[Function]}
278280
options={Array []}
281+
placeholder="Select Keywords"
279282
selectRef={[Function]}
280283
simpleValue={true}
281284
value={null}
@@ -336,6 +339,7 @@ exports[`Matches shallow shapshot 2`] = `
336339
multi={true}
337340
onChange={[Function]}
338341
options={Array []}
342+
placeholder="Select Subtrack"
339343
selectRef={[Function]}
340344
simpleValue={true}
341345
value={null}

src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ Keywords
215215
<input type="hidden" />
216216
</label>
217217
<Select
218+
placeholder="Select Keywords"
218219
id="keyword-select"
219220
multi
220221
onChange={(value) => {
@@ -254,6 +255,7 @@ Subtrack
254255
<input type="hidden" />
255256
</label>
256257
<Select
258+
placeholder="Select Subtrack"
257259
id="track-select"
258260
multi
259261
onChange={(value) => {

0 commit comments

Comments
 (0)