:
This commit is contained in:
@@ -35,6 +35,7 @@ const FileuploadAsync = ({
|
||||
source = 'application',
|
||||
disabled = false
|
||||
}) => {
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
const [stateFieldData, setStateFieldData] = useState([]);
|
||||
const [acceptFormats, setAcceptFormats] = useState('');
|
||||
const [formatsForInput, setFormatsForInput] = useState('');
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { useEffect } from 'react';
|
||||
import { __ } from '@wordpress/i18n';
|
||||
import equal from 'fast-deep-equal';
|
||||
import { diff } from 'deep-object-diff';
|
||||
//import { diff } from 'deep-object-diff';
|
||||
|
||||
// store
|
||||
import { storeGet } from '../../store';
|
||||
|
||||
Reference in New Issue
Block a user