Fix Bug 67170 - Settings: Data Import. The Upload to server button is missing when uploading an inappropriate archive

This commit is contained in:
Elyor Djalilov 2024-08-13 10:55:26 +05:00
parent b614938b2b
commit 26824d6df9

View File

@ -208,6 +208,7 @@ const SelectFileStep = ({
setIsFileError(true);
setIsFileLoading(false);
clearInterval(uploadInterval.current);
setShowErrorText(true);
return;
}