Merge pull request #14842 from backstage/renovate/typescript-eslint-monorepo

Update typescript-eslint monorepo to v5.44.0
This commit is contained in:
Johan Haals
2022-11-28 09:43:39 +01:00
committed by GitHub
2 changed files with 55 additions and 109 deletions
@@ -164,7 +164,7 @@ function EditModal({
onSubmit,
}: {
todo?: Todo;
onSubmit(todo: Todo): any;
onSubmit(t: Todo): any;
onCancel(): any;
}) {
const title = useRef('');