From 9982c7e030b4fe3241fe5df6bc9c69d13fb4c8fd Mon Sep 17 00:00:00 2001 From: Harsh Mahajan Date: Tue, 1 Jul 2025 17:11:33 +0530 Subject: [PATCH] feat: added mobile responsiveness --- src/routes/(console)/bottomAlerts.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/(console)/bottomAlerts.ts b/src/routes/(console)/bottomAlerts.ts index b934faf59..11fffcf8c 100644 --- a/src/routes/(console)/bottomAlerts.ts +++ b/src/routes/(console)/bottomAlerts.ts @@ -40,7 +40,8 @@ if (isCloud) { enabled: true, cta: { link: csvImportPromo.cta.link, - external: csvImportPromo.cta.external + external: csvImportPromo.cta.external, + hideOnClick: csvImportPromo.cta.hideOnClick } }); }