chore: auto-merge develop → main
Triggered by: 74c4f8b fix(webapp): remove redundant closeModal() before destructive confirm
This commit is contained in:
@@ -5814,7 +5814,6 @@ function _showDestructiveConfirm(title, msg, onConfirm, confirmLabel) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function throwAll() {
|
async function throwAll() {
|
||||||
closeModal();
|
|
||||||
const name = currentProduct ? currentProduct.name : '';
|
const name = currentProduct ? currentProduct.name : '';
|
||||||
_showDestructiveConfirm(
|
_showDestructiveConfirm(
|
||||||
t('use.throw_all_confirm_title') || '🗑️ Butta tutto',
|
t('use.throw_all_confirm_title') || '🗑️ Butta tutto',
|
||||||
|
|||||||
Reference in New Issue
Block a user