Updated Toast alerts, progress mvp
• Updated: - Toast alerts
This commit is contained in:
@@ -107,10 +107,12 @@ const removeShortcutsRequest = () => ({
|
||||
|
||||
const removeShortcutsSuccess = (shortcutId) => ({
|
||||
type: SHORTCUTS_REMOVE_SUCCESS,
|
||||
showToast: true,
|
||||
shortcutId,
|
||||
})
|
||||
|
||||
const removeShortcutsFail = (error) => ({
|
||||
type: SHORTCUTS_REMOVE_FAIL,
|
||||
showToast: true,
|
||||
error,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user