mirror of
https://github.com/strapi/strapi.git
synced 2025-08-16 04:34:40 +00:00
eslint dep
This commit is contained in:
parent
249bfbdde9
commit
9ebc543bdd
@ -77,9 +77,8 @@ function EditView() {
|
|||||||
isMounted.current = false;
|
isMounted.current = false;
|
||||||
abortController.abort();
|
abortController.abort();
|
||||||
};
|
};
|
||||||
|
//eslint-disable-next-line react-hooks/exhaustive-deps
|
||||||
/* eslint-disable-next-line react-hooks/exhaustive-deps */
|
}, [id, isCreating]);
|
||||||
}, [abortController, id, isCreating]);
|
|
||||||
|
|
||||||
const { name } = modifiedData;
|
const { name } = modifiedData;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user