Fix missing progress bar for custom zaps (#882)
This commit is contained in:
parent
38f2aa309d
commit
bbdd969394
|
@ -141,7 +141,8 @@ export default function ItemAct ({ onClose, itemId, down, children }) {
|
|||
undoUpdate?.()
|
||||
},
|
||||
hideSuccess: true,
|
||||
hideError: true
|
||||
hideError: true,
|
||||
timeout: TOAST_DEFAULT_DELAY_MS
|
||||
}
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue