Skip to content

Commit 382acff

Browse files
committed
feat:added database upsert notification
1 parent 2813312 commit 382acff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/routes/(console)/bottomAlerts.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ if (isCloud) {
6161
light: DatabaseUpsertLight
6262
},
6363
title: 'Introducing Database Upsert',
64-
message:
65-
'A new Appwrite Database feature, built to simplify your database interactions.',
64+
message: 'A new Appwrite Database feature, built to simplify your database interactions.',
6665
plan: 'free',
6766
importance: 8,
6867
scope: 'project',
@@ -73,7 +72,7 @@ if (isCloud) {
7372
hideOnClick: true
7473
},
7574
show: true
76-
}
75+
};
7776

7877
listOfPromotions.push(bulkApiPromo, csvImportPromo, databaseUpsert);
7978
}

0 commit comments

Comments
 (0)