Skip to content

Commit

Permalink
TNO-2033 Lint errors fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarreta committed Sep 4, 2024
1 parent 45bffc5 commit 2106cf7
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,16 @@ export const ContentEditForm = React.forwardRef<HTMLDivElement | null, IContentE
setSubmitting(false);
}
},
[addContent, setActiveRow, setSubmitting, setValues, updateContentSilent, updateReport],
[
addContent,
getContent,
isContentUpdated,
setActiveRow,
setSubmitting,
setValues,
updateContentSilent,
updateReport,
],
);

const reportContent: { label: string; url: string; section: string }[] = values.instances.length
Expand Down

0 comments on commit 2106cf7

Please sign in to comment.