Skip to content

Commit

Permalink
Merge 47813f8 into ae28e79
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana authored Dec 4, 2024
2 parents ae28e79 + 47813f8 commit 4bff2e8
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -522,11 +522,13 @@ export const ConnectorParametersForm = ({
{testButtonLabel}
</Button>
) : null}
{isPlusEnabled && !_.isEmpty(initialDatasets) && (
<Button onClick={() => onTestDatasetsClick()}>
Test datasets
</Button>
)}
{isPlusEnabled &&
SystemType.DATABASE === connectionOption.type &&
!_.isEmpty(initialDatasets) && (
<Button onClick={() => onTestDatasetsClick()}>
Test datasets
</Button>
)}
{connectionOption.authorization_required && !authorized ? (
<Button
loading={isAuthorizing}
Expand Down

0 comments on commit 4bff2e8

Please sign in to comment.