mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove exclamation marks from messages
This commit is contained in:
parent
e13296c02a
commit
166ff3f906
1 changed files with 2 additions and 2 deletions
|
|
@ -183,14 +183,14 @@ export default function EmailsPage(): JSX.Element {
|
|||
applyStoredTheme(false)
|
||||
|
||||
async function createEmail(): Promise<void> {
|
||||
showSuccessToast('Email Created!')
|
||||
showSuccessToast('Email Created')
|
||||
await createNewsletterEmailMutation()
|
||||
revalidate()
|
||||
}
|
||||
async function deleteEmail(id: string): Promise<void> {
|
||||
await deleteNewsletterEmailMutation(id)
|
||||
revalidate()
|
||||
showSuccessToast('Email Deleted!')
|
||||
showSuccessToast('Email Deleted')
|
||||
}
|
||||
return (
|
||||
<PrimaryLayout pageTestId="settings-emails-tag">
|
||||
|
|
|
|||
Loading…
Reference in a new issue