refactor: remove automatic toast notification when restoring cart draft items

This commit is contained in:
Yoga Pangestu 2026-06-13 12:18:07 +07:00
parent f84ebbd955
commit 869866beaf
2 changed files with 0 additions and 2 deletions

View File

@ -100,7 +100,6 @@ function populateDraftItems() {
}
cart.value = props.draftItems.map((item) => ({ ...item }));
toast.info('Keranjang dipulihkan dari data tersimpan.');
}
populateDraftItems();

View File

@ -108,7 +108,6 @@ function populateDraftItems() {
}
cart.value = props.draftItems.map((item) => ({ ...item }));
toast.info('Keranjang dipulihkan dari data tersimpan.');
}
populateDraftItems();