From 3fa5795f434a3629b1261319887fabaac046b7e8 Mon Sep 17 00:00:00 2001 From: Bruna <53488109+brunaboeger@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:57:05 -0300 Subject: [PATCH] chore: removed the default value for action button (#413) --- package-lock.json | 2 +- package.json | 2 +- src/components/NotificationsAndModals/Dialog/Dialog.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f97d76c..0b1a576 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-polar-bear", - "version": "4.3.2", + "version": "4.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2060a71..8ed9c7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-polar-bear", - "version": "4.3.2", + "version": "4.3.3", "author": "adapcon", "scripts": { "storybook": "start-storybook --quiet -p 6006 -s ./src/static", diff --git a/src/components/NotificationsAndModals/Dialog/Dialog.vue b/src/components/NotificationsAndModals/Dialog/Dialog.vue index b213d32..d2de792 100644 --- a/src/components/NotificationsAndModals/Dialog/Dialog.vue +++ b/src/components/NotificationsAndModals/Dialog/Dialog.vue @@ -102,7 +102,7 @@ export default { buttonText: { type: String, - default: 'OK', + default: '', }, buttonColor: {