Skip to content

Commit

Permalink
Putting test datasets behind plus flag
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana committed Dec 3, 2024
1 parent b23779c commit 91534c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ export const ConnectorParametersForm = ({
{testButtonLabel}
</Button>
) : null}
{!_.isEmpty(initialDatasets) && (
{isPlusEnabled && !_.isEmpty(initialDatasets) && (
<Button onClick={() => onTestDatasetsClick()}>
Test datasets
</Button>
Expand Down

0 comments on commit 91534c4

Please sign in to comment.