refactor: temp remove urql cache

This commit is contained in:
liyasthomas
2022-02-03 17:48:09 +05:30
committed by Andrew Bastin
parent 9918f42bf9
commit cad75e92aa
2 changed files with 21 additions and 20 deletions

View File

@@ -67,7 +67,7 @@ const addNewTeam = () =>
}
},
() => {
// Success logic ?
toast.success(`${t("team.new_created")}`)
hideModal()
}
)