chore: auto-merge develop → main

Triggered by: 74c4f8b fix(webapp): remove redundant closeModal() before destructive confirm
This commit is contained in:
github-actions[bot]
2026-05-04 18:45:40 +00:00
-1
View File
@@ -5814,7 +5814,6 @@ function _showDestructiveConfirm(title, msg, onConfirm, confirmLabel) {
}
async function throwAll() {
closeModal();
const name = currentProduct ? currentProduct.name : '';
_showDestructiveConfirm(
t('use.throw_all_confirm_title') || '🗑️ Butta tutto',