Skip to content

Commit 9982c7e

Browse files
committed
feat: added mobile responsiveness
1 parent 1422a5e commit 9982c7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/(console)/bottomAlerts.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ if (isCloud) {
4040
enabled: true,
4141
cta: {
4242
link: csvImportPromo.cta.link,
43-
external: csvImportPromo.cta.external
43+
external: csvImportPromo.cta.external,
44+
hideOnClick: csvImportPromo.cta.hideOnClick
4445
}
4546
});
4647
}

0 commit comments

Comments
 (0)