From c2ba7bfe22086cb05d9248b7b1a76e20b95527ff Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 2 May 2024 12:57:34 +0200 Subject: [PATCH] fix: campaign button --- .../Notifications/CustomerNotifications.vue | 34 ++++- ...stomerNotificationsCampaignConsumption.vue | 126 ++++++++++++++++++ 2 files changed, 157 insertions(+), 3 deletions(-) create mode 100644 src/pages/Customer/Notifications/CustomerNotificationsCampaignConsumption.vue diff --git a/src/pages/Customer/Notifications/CustomerNotifications.vue b/src/pages/Customer/Notifications/CustomerNotifications.vue index e54c3eecf..211309dc1 100644 --- a/src/pages/Customer/Notifications/CustomerNotifications.vue +++ b/src/pages/Customer/Notifications/CustomerNotifications.vue @@ -1,5 +1,6 @@