From 13df95d32fc8e4e240f3d65ce8229c8dba493b02 Mon Sep 17 00:00:00 2001 From: Jan Date: Fri, 26 Sep 2025 00:09:01 +0200 Subject: [PATCH] - Fixed Bulk download (draft downloads draft now) - Enhanced empty country display in `CountryProperties.vue` with updated structure and styles. - Increased default page size in `Materials.vue` from 10 to 20 for better navigation. --- .../layout/config/CountryProperties.vue | 26 +++++++++++++++++-- .../components/layout/config/Materials.vue | 2 +- src/frontend/src/store/validityPeriod.js | 5 ---- .../configuration/RateApprovalService.java | 4 --- 4 files changed, 25 insertions(+), 12 deletions(-) diff --git a/src/frontend/src/components/layout/config/CountryProperties.vue b/src/frontend/src/components/layout/config/CountryProperties.vue index 9dcf49d..cf0ae42 100644 --- a/src/frontend/src/components/layout/config/CountryProperties.vue +++ b/src/frontend/src/components/layout/config/CountryProperties.vue @@ -17,7 +17,8 @@
- +
@@ -44,7 +45,13 @@
- No country selected. +
+ +
+ No country selected. +
+ +
@@ -148,6 +155,19 @@ export default {