Add some debug

This commit is contained in:
Jackson Harper
2024-08-23 13:29:27 +08:00
parent 6ea3b2d54c
commit 11070acc26

View File

@ -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,