Skip to content

Commit

Permalink
Rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinchuluun1029 committed Sep 29, 2021
1 parent b002e2e commit 006862b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/routes/manage/CreateSponsor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const CreateTier: React.FC = () => {
const onCreateTier = async (): Promise<void> => {
try {
createTier()
.then(() => showToast(`${tierName} created successfully!`))
.then(() => showToast(`Tier ${tierName} created successfully!`))
.catch(res => showToast(`Sorry. ${res.graphQLErrors[0].message} Please try again :)`, true))
.finally(() => {
setTierName("");
Expand Down

0 comments on commit 006862b

Please sign in to comment.