chore: new link endpoints

This commit is contained in:
Aaryan Khandelwal 2023-02-24 15:50:15 +05:30
parent 3c6752807d
commit df836d55d5
9 changed files with 134 additions and 44 deletions

View file

@ -16,7 +16,7 @@ import type { IIssueLink, ModuleLink } from "types";
type Props = {
isOpen: boolean;
handleClose: () => void;
onFormSubmit: (formData: IIssueLink | ModuleLink) => void;
onFormSubmit: (formData: IIssueLink | ModuleLink) => Promise<void>;
};
const defaultValues: ModuleLink = {