Skip to content

Commit c491af1

Browse files
authored
update: hide promo for intermittent console releases
1 parent 18c6b30 commit c491af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(console)/bottomAlerts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if (isCloud) {
6868
external: true,
6969
hideOnClick: true
7070
},
71-
show: true
71+
show: false
7272
};
7373
listOfPromotions.push(optInRelationPromo, autoIncrementPromo, encryptedAttributePromo);
7474
}

0 commit comments

Comments
 (0)