chore: new link endpoints
This commit is contained in:
parent
3c6752807d
commit
df836d55d5
9 changed files with 134 additions and 44 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue