chore: fix eslint no-shadow error
Signed-off-by: Johan Haals <johan.haals@gmail.com>
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