mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some debug
This commit is contained in:
parent
6ea3b2d54c
commit
11070acc26
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ const showToastWithAction = (
|
|||
}
|
||||
|
||||
export const showSuccessToast = (message: string, options?: ToastOptions) => {
|
||||
console.trace('showing success toast')
|
||||
return showToast(message, '#55B938', 'success', {
|
||||
position: 'bottom-right',
|
||||
...options,
|
||||
|
|
|
|||
Loading…
Reference in a new issue