fix: description not loading while editing an issue (#1349)
This commit is contained in:
parent
8982452500
commit
048a01dbf3
3 changed files with 2 additions and 3 deletions
|
|
@ -148,7 +148,7 @@ export const IssueForm: FC<IssueFormProps> = ({
|
|||
setValue,
|
||||
setFocus,
|
||||
} = useForm<IIssue>({
|
||||
defaultValues,
|
||||
defaultValues: initialData ?? defaultValues,
|
||||
reValidateMode: "onChange",
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue