From 9777454229218efb740ecd8496c9d17c119446c4 Mon Sep 17 00:00:00 2001 From: Github Action Date: Wed, 13 Mar 2024 13:27:34 +0000 Subject: [PATCH 1/2] Version 2.4.4-SNAPSHOT [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed2a84a..bdf2f5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "item-ui", - "version": "2.4.3", + "version": "2.4.4-SNAPSHOT", "private": true, "description": "Front-end Item", "scripts": { From f5db359715a09530be649fdf29b839a33f1a1557 Mon Sep 17 00:00:00 2001 From: SamuelQuetin Date: Thu, 14 Mar 2024 09:58:17 +0100 Subject: [PATCH 2/2] warning false --- src/components/utils/warning.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/utils/warning.vue b/src/components/utils/warning.vue index d67e226..5a444d4 100644 --- a/src/components/utils/warning.vue +++ b/src/components/utils/warning.vue @@ -19,7 +19,7 @@ export default { name: 'warning', data() { return { - warningDialog: true, + warningDialog: false, } } };