Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Nov 13, 2023
1 parent bc26875 commit c9374e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions front/pages/w/[wId]/builder/data-sources/managed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export default function DataSourcesView({
ds.connectorProvider as ConnectorProvider
] ||
!isAdmin;
const onclick = async () => {
const onClick = async () => {
let isDataSourceAllowedInPlan: boolean;

switch (ds.connectorProvider) {
Expand Down Expand Up @@ -439,7 +439,7 @@ export default function DataSourcesView({
variant="primary"
icon={CloudArrowLeftRightIcon}
disabled={disabled}
onClick={onclick}
onClick={onClick}
label={label}
/>
)}
Expand Down Expand Up @@ -503,7 +503,7 @@ export default function DataSourcesView({
variant="secondary"
icon={CloudArrowLeftRightIcon}
disabled={disabled}
onClick={onclick}
onClick={onClick}
label="Acknowledge and Connect"
/>
</DropdownMenu.Button>
Expand Down

0 comments on commit c9374e6

Please sign in to comment.