Skip to content

Commit

Permalink
remove endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
AitorAlgorta committed Feb 20, 2024
1 parent f2f589c commit 7f5a894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/control-center/src/actions/connector/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const getConnectorsConfiguration = () => (dispatch: Dispatch<any>) => {
// dispatch(getComponentsAction(response));
// return Promise.resolve(true);
// });
return Promise.resolve(true);
};

export const updateConnectorConfiguration =
Expand Down

0 comments on commit 7f5a894

Please sign in to comment.