From 3cd9b2d1e4dc8cab0c7a95d97e24793f044dcc7c Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 10 Jun 2024 07:43:41 +0000 Subject: [PATCH] Code Format --- components/lib/confirmpopup/ConfirmPopup.vue | 2 +- components/lib/dialog/Dialog.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/confirmpopup/ConfirmPopup.vue b/components/lib/confirmpopup/ConfirmPopup.vue index b5045ee3b..92d699e4b 100644 --- a/components/lib/confirmpopup/ConfirmPopup.vue +++ b/components/lib/confirmpopup/ConfirmPopup.vue @@ -55,7 +55,7 @@ export default { confirmation: null, autoFocusAccept: null, autoFocusReject: null, - focusElementOnHide: null, + focusElementOnHide: null }; }, target: null, diff --git a/components/lib/dialog/Dialog.vue b/components/lib/dialog/Dialog.vue index fe592081f..6a71589fe 100755 --- a/components/lib/dialog/Dialog.vue +++ b/components/lib/dialog/Dialog.vue @@ -85,7 +85,7 @@ export default { maximized: false, focusableMax: null, focusableClose: null, - focusElementOnHide: null, + focusElementOnHide: null }; }, watch: {