Skip to content

Commit 7650d39

Browse files
committed
Update dbProviderConstants.ts
1 parent 57cb5b2 commit 7650d39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/constants/dbProviderConstants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ export const DB_PROVIDER_OPTIONS: DBProviderOption[] = [
156156
id: "mongodb",
157157
label: "MongoDB Atlas",
158158
description: "Atlas Vector Search backend.",
159-
icon: "Database",
159+
icon: "MongoDB",
160160
status: "coming_soon",
161161
configFields: [],
162162
},
163163
{
164164
id: "postgres",
165165
label: "Postgres pgvector",
166166
description: "Postgres-backed vector storage.",
167-
icon: "Database",
167+
icon: "Postgres",
168168
status: "coming_soon",
169169
configFields: [],
170170
},

0 commit comments

Comments
 (0)