diff --git a/admin/package.json b/admin/package.json index b395ce5f6..efa0a0b4e 100644 --- a/admin/package.json +++ b/admin/package.json @@ -53,6 +53,7 @@ "vue-apollo": "3.1.2", "vue-i18n": "9.13.1", "vue-router": "4.4.0", + "vue3-datepicker": "^0.4.0", "vuex": "4.1.0", "vuex-persistedstate": "4.1.0" }, diff --git a/admin/src/components/ContributionMessages/ContributionMessagesFormular.vue b/admin/src/components/ContributionMessages/ContributionMessagesFormular.vue index 34faf3f85..8713f5f27 100644 --- a/admin/src/components/ContributionMessages/ContributionMessagesFormular.vue +++ b/admin/src/components/ContributionMessages/ContributionMessagesFormular.vue @@ -9,11 +9,11 @@
- - + +
- + diff --git a/admin/vite.config.js b/admin/vite.config.js index cfdb0f3c2..40c51a167 100644 --- a/admin/vite.config.js +++ b/admin/vite.config.js @@ -57,7 +57,7 @@ export default defineConfig({ WALLET_AUTH_PATH: CONFIG.WALLET_AUTH_URL, // null, WALLET_LOGIN_PATH: CONFIG.WALLET_LOGIN_URL, // null, DEBUG_DISABLE_AUTH: CONFIG.DEBUG_DISABLE_AUTH, // null, - CONFIG_VERSION: CONFIG.CONFIG_VERSION, // null, + // CONFIG_VERSION: CONFIG.CONFIG_VERSION, // null, }), commonjs(), ], diff --git a/admin/yarn.lock b/admin/yarn.lock index 88272ffd7..03e984ff8 100644 --- a/admin/yarn.lock +++ b/admin/yarn.lock @@ -3025,7 +3025,7 @@ data-view-byte-offset@^1.0.0: es-errors "^1.3.0" is-data-view "^1.0.1" -date-fns@^2.29.3: +date-fns@^2.22.1, date-fns@^2.29.3: version "2.30.0" resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0" integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw== @@ -6882,6 +6882,13 @@ vue-router@4.4.0: dependencies: "@vue/devtools-api" "^6.5.1" +vue3-datepicker@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/vue3-datepicker/-/vue3-datepicker-0.4.0.tgz#d9493e801022062a89ba41e7927b391e5fe2e039" + integrity sha512-o0/y4yuZZc0DXYhiAlX8Znrkm/zvkeYuyV9PUt0UAvwxkno2jqMS388jVUa9Ns+a2s2pOAAybyXo5uQ9YAIwVw== + dependencies: + date-fns "^2.22.1" + vue@3.5.13: version "3.5.13" resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.13.tgz#9f760a1a982b09c0c04a867903fc339c9f29ec0a"