Skip to content

Commit 6f19fdf

Browse files
authored
Merge pull request #2124 from appwrite/hide-opti-in-promo-temporarily
2 parents 18c6b30 + c491af1 commit 6f19fdf

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)