Merge pull request #14842 from backstage/renovate/typescript-eslint-monorepo
Update typescript-eslint monorepo to v5.44.0
This commit is contained in:
@@ -164,7 +164,7 @@ function EditModal({
|
||||
onSubmit,
|
||||
}: {
|
||||
todo?: Todo;
|
||||
onSubmit(todo: Todo): any;
|
||||
onSubmit(t: Todo): any;
|
||||
onCancel(): any;
|
||||
}) {
|
||||
const title = useRef('');
|
||||
|
||||
Reference in New Issue
Block a user