diff --git a/apps/groceries/groceries.html b/apps/groceries/groceries.html
index 0f29817ab..79acb4b59 100644
--- a/apps/groceries/groceries.html
+++ b/apps/groceries/groceries.html
@@ -87,6 +87,7 @@
function removeProduct(index){
products = products.filter((p,i) => i!==index)
+ save()
renderProducts()
}