mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-05-19 11:47:31 +01:00
Postgre quickstart UI (#1319)
This commit is contained in:
@@ -17,6 +17,8 @@ export const getCollectionName = (isPlural?: boolean): string => {
|
||||
case "Gremlin":
|
||||
collectionName = "Graph";
|
||||
break;
|
||||
case "Postgres":
|
||||
return "";
|
||||
default:
|
||||
unknownApiType = userContext.apiType;
|
||||
throw new Error(`Unknown API type: ${unknownApiType}`);
|
||||
|
||||
Reference in New Issue
Block a user