mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 09:51:11 +00:00
Removing serverless check to show synapse link options (#1188)
* removing serverless check to show synapse link enablement * fixing tests * fixing fomatting Co-authored-by: Asier Isayas <aisayas@microsoft.com>
This commit is contained in:
@@ -887,10 +887,6 @@ export class AddCollectionPanel extends React.Component<AddCollectionPanelProps,
|
||||
return false;
|
||||
}
|
||||
|
||||
if (isServerlessAccount()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
switch (userContext.apiType) {
|
||||
case "SQL":
|
||||
case "Mongo":
|
||||
|
||||
Reference in New Issue
Block a user