Skip to content

Commit 6f50f99

Browse files
committed
added it to feat 1
1 parent 382acff commit 6f50f99

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
@@ -74,7 +74,7 @@ if (isCloud) {
7474
show: true
7575
};
7676

77-
listOfPromotions.push(bulkApiPromo, csvImportPromo, databaseUpsert);
77+
listOfPromotions.push(databaseUpsert, bulkApiPromo, csvImportPromo);
7878
}
7979

8080
export function addBottomModalAlerts() {

0 commit comments

Comments
 (0)