Skip to content

Commit

Permalink
update snapshot due to changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nerrad committed Jun 8, 2018
1 parent 919a871 commit 5d62386
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`EventSelect() matches snapshot with default props 1`] = `
<WithSelect(ModelSelect)
getQueryString={[Function]}
modelName="events"
modelName="event"
queryData={
Object {
"limit": 100,
Expand All @@ -14,10 +14,13 @@ exports[`EventSelect() matches snapshot with default props 1`] = `
}
selectConfiguration={
Object {
"defaultValue": undefined,
"loadingMessage": [Function],
"noOptionsMessage": [Function],
"onChange": undefined,
"placeholder": "Select Event...",
}
}
selectLabel="Select Event..."
/>
`;

0 comments on commit 5d62386

Please sign in to comment.