Skip to content

Commit 7443a8d

Browse files
Fix snapshot
1 parent 8181fac commit 7443a8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ exports[`Matches shallow shapshot 1`] = `
117117
/>
118118
</label>
119119
<Select
120+
disabled={false}
120121
id="type-select"
121122
multi={true}
122123
onChange={[Function]}
@@ -312,6 +313,7 @@ exports[`Matches shallow shapshot 2`] = `
312313
/>
313314
</label>
314315
<Select
316+
disabled={false}
315317
id="type-select"
316318
multi={true}
317319
onChange={[Function]}

0 commit comments

Comments
 (0)