Skip to content

Commit c6cef39

Browse files
committed
fix:chnaged scope from project to everywhere
1 parent f69253f commit c6cef39

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
@@ -19,7 +19,7 @@ if (isCloud) {
1919
"We're introducing a new way to populate your Appwrite databases: document imports from CSV files.",
2020
plan: 'free',
2121
importance: 8,
22-
scope: 'project',
22+
scope: 'everywhere',
2323
cta: {
2424
text: 'Read announcement',
2525
link: () => 'https://appwrite.io/blog/post/announcing-csv-imports',

0 commit comments

Comments
 (0)