Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Oct 17, 2023
1 parent 6c58582 commit 34b2f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const DashboardLink: React.FC<Props> = ({ connectorId, connectorName }) =
<FormattedMessage
id="xpack.triggersActionsUI.sections.editConnectorForm.genAi.dashboardLink"
values={{ connectorName }}
defaultMessage={'View Usage Dashboard for "{ connectorName }" Connector'}
defaultMessage="View Usage Dashboard for { connectorName } Connector"
/>
</EuiLink>
) : null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const EditConnectorFlyoutComponent: React.FC<EditConnectorFlyoutProps> = ({
isMounted.current = false;
};
}, []);
console.log('connector', connector);

return (
<>
<EuiFlyout
Expand Down

0 comments on commit 34b2f4b

Please sign in to comment.