This commit is contained in:
Vitalii Kiiko
2024-10-12 20:41:12 +02:00
parent 6bfe2f9728
commit 2bedcee172
5 changed files with 13 additions and 6 deletions

View File

@@ -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('');

View File

@@ -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';