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:
Asier Isayas
2022-01-13 15:27:43 -05:00
committed by GitHub
parent 66421ad276
commit de5df90f75
3 changed files with 1 additions and 25 deletions

View File

@@ -887,10 +887,6 @@ export class AddCollectionPanel extends React.Component<AddCollectionPanelProps,
return false;
}
if (isServerlessAccount()) {
return false;
}
switch (userContext.apiType) {
case "SQL":
case "Mongo":