feat(connections): iterate add button availability

This commit is contained in:
Ali BARIN
2024-12-12 22:42:32 +00:00
parent bccd56f994
commit c78646ed8e
5 changed files with 58 additions and 35 deletions

View File

@@ -18,7 +18,6 @@ import { generateExternalLink } from 'helpers/translationValues';
import { Form } from './style';
import useAppAuth from 'hooks/useAppAuth';
import { useQueryClient } from '@tanstack/react-query';
import { useWhatChanged } from '@simbathesailor/use-what-changed';
function AddAppConnection(props) {
const { application, connectionId, onClose } = props;