Skip to content

Commit

Permalink
fix a new error
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Nov 18, 2020
1 parent b2b6cd3 commit 23aba70
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export const ConnectorAddFlyout = ({
const [hasActionsUpgradeableByTrial, setHasActionsUpgradeableByTrial] = useState<boolean>(false);

// hooks
// eslint-disable-next-line react-hooks/exhaustive-deps
const initialConnector = {
actionTypeId: actionType?.id ?? '',
config: {},
Expand Down

0 comments on commit 23aba70

Please sign in to comment.