diff --git a/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/slots.blade.php b/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/slots.blade.php index 0a1a3c068..5a4fcc245 100644 --- a/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/slots.blade.php +++ b/packages/Webkul/BookingProduct/src/Resources/views/shop/default/products/view/booking/slots.blade.php @@ -47,6 +47,8 @@ this.$http.get("{{ route('booking_product.slots.index', $bookingProduct->id) }}", {params: {date: date}}) .then (function(response) { this_this.slots = response.data.data; + + this_this.errors.clear(); }) .catch (function (error) {}) } diff --git a/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/slots.blade.php b/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/slots.blade.php index 708191a0a..98745885f 100644 --- a/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/slots.blade.php +++ b/packages/Webkul/BookingProduct/src/Resources/views/shop/velocity/products/view/booking/slots.blade.php @@ -47,6 +47,8 @@ this.$http.get("{{ route('booking_product.slots.index', $bookingProduct->id) }}", {params: {date: date}}) .then (function(response) { this_this.slots = response.data.data; + + this_this.errors.clear(); }) .catch (function (error) {}) }