Compare Product Issue Fixed

This commit is contained in:
Devansh 2020-08-05 17:03:10 +05:30
parent 72ce4eea7e
commit fbe5a9cc9b
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@
this.setStorageValue('compared_product', updatedItems);
window.flashMessages = [{'type': 'alert-success', 'message': response.data.message }];
window.flashMessages = [{'type': 'alert-success', 'message': '{{ __('velocity::app.customer.compare.removed') }}' }];
this.$root.addFlashMessages();
}