We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0cace commit 835584fCopy full SHA for 835584f
1 file changed
src/frontend/src/pages/WorkPackageDetailPage/WorkPackageViewContainer/BlockedBy.tsx
@@ -12,7 +12,7 @@ import { routes } from '../../../utils/routes';
12
13
interface BlockedByProps {
14
wbsNumber: WbsNumber;
15
- handleDelete: any;
+ handleDelete: (wbsNumber: WbsNumber) => void;
16
}
17
18
const BlockedBy: React.FC<BlockedByProps> = ({ wbsNumber, handleDelete }) => {
0 commit comments