From 9f1929a63f26d4d9c7f4b4ae5fd68a2e7b5dc5a2 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 6 Oct 2023 11:19:47 +0200 Subject: [PATCH] wait #6368 --- resources/js/app.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/js/app.js b/resources/js/app.js index 03a5e00..739190e 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -101,10 +101,6 @@ const app = new Vue({ mounted() { eventBus.$on('add-item', data => { - if (!this.statusConfig) { - alert('Configuration incomplète'); - return; - } data.action = 'add'; data.ref = data.ref !== "" ? data.ref : this.ref; data.price = data.price !== undefined ? data.price : this.price; -- 2.39.5