mirror of
https://github.com/strapi/strapi.git
synced 2025-09-21 14:31:16 +00:00
fixed log
This commit is contained in:
parent
6099fa6570
commit
02d8b54a09
@ -233,8 +233,6 @@ const EditViewDataManagerProvider = ({
|
|||||||
({ target: { name, value, type } }, shouldSetInitialValue = false) => {
|
({ target: { name, value, type } }, shouldSetInitialValue = false) => {
|
||||||
let inputValue = value;
|
let inputValue = value;
|
||||||
|
|
||||||
console.log({ type, name });
|
|
||||||
|
|
||||||
// Allow to reset text, textarea, email, uid, select/enum, and number
|
// Allow to reset text, textarea, email, uid, select/enum, and number
|
||||||
if (
|
if (
|
||||||
['text', 'textarea', 'string', 'email', 'uid', 'select', 'select-one', 'number'].includes(
|
['text', 'textarea', 'string', 'email', 'uid', 'select', 'select-one', 'number'].includes(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user