Fix missing progress bar for custom zaps (#882)

This commit is contained in:
ekzyis 2024-02-27 01:09:29 +01:00 committed by GitHub
parent 38f2aa309d
commit bbdd969394
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,8 @@ export default function ItemAct ({ onClose, itemId, down, children }) {
undoUpdate?.()
},
hideSuccess: true,
hideError: true
hideError: true,
timeout: TOAST_DEFAULT_DELAY_MS
}
}
)