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: {