mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-25 20:40:36 +03:00
B: Hotfix build
This commit is contained in:
parent
308feb2982
commit
6641d4b224
|
@ -63,7 +63,6 @@ function DlgEditWordForms() {
|
|||
})
|
||||
);
|
||||
onSave(result);
|
||||
return true;
|
||||
}
|
||||
|
||||
function handleAddForm() {
|
||||
|
|
|
@ -28,7 +28,6 @@ function DlgUploadRSForm() {
|
|||
fileName: file.name
|
||||
});
|
||||
}
|
||||
return true;
|
||||
};
|
||||
|
||||
const handleFile = (event: React.ChangeEvent<HTMLInputElement>) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user