mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 09:20:16 +00: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