mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Move toast to bottom right
This commit is contained in:
parent
57f865c9a2
commit
53c536f0d4
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ export default function LabelsPage(): JSX.Element {
|
|||
if (res.createLabel.errorCodes && res.createLabel.errorCodes.length > 0) {
|
||||
showErrorToast(res.createLabel.errorCodes[0])
|
||||
} else {
|
||||
showSuccessToast('Label created')
|
||||
showSuccessToast('Label created', { position: 'bottom-right' })
|
||||
resetLabelState()
|
||||
revalidate()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue