B: Hotfix

This commit is contained in:
Ivan 2025-02-15 15:39:13 +03:00
parent e5c595e99e
commit 4fe0936b05
2 changed files with 0 additions and 2 deletions

View File

@ -63,7 +63,6 @@ function DlgEditWordForms() {
})
);
onSave(result);
return true;
}
function handleAddForm() {

View File

@ -28,7 +28,6 @@ function DlgUploadRSForm() {
fileName: file.name
});
}
return true;
};
const handleFile = (event: React.ChangeEvent<HTMLInputElement>) => {