Passing Dialog content

This commit is contained in:
okbel
2018-04-30 16:53:05 -03:00
parent 58108f257f
commit 691bfa4e30
4 changed files with 31 additions and 28 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ export const withUpdateEmailAddress = withMutation(
`,
{
props: ({ mutate }) => ({
updateEmailAdress: input => {
updateEmailAddress: input => {
return mutate({
variables: {
input,