Skip to content

Commit

Permalink
fix saving field
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Sep 4, 2020
1 parent 455676d commit 833d530
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const CreateEditField = withRouter(
indexPattern={indexPattern}
spec={spec}
services={{
saveIndexPattern: data.indexPatterns.save.bind(data.indexPatterns.save),
saveIndexPattern: data.indexPatterns.save.bind(data.indexPatterns),
redirectAway,
}}
/>
Expand Down

0 comments on commit 833d530

Please sign in to comment.