未验证 提交 384960b7 编写于 作者: B Boris Sekachev 提交者: GitHub

Fixed double modal export/backup a task/project (#5075)

* Fixed double modal export/backup a task/project

* Updated version && changelog
上级 99c006a6
......@@ -40,6 +40,7 @@ non-ascii paths while adding files from "Connected file share" (issue #4428)
- HRNET serverless function (<https://github.com/opencv/cvat/pull/4944>)
- A trailing slash in hostname does't allow SDK to send some requests
(<https://github.com/opencv/cvat/pull/5057>)
- Double modal export/backup a task/project (<https://github.com/opencv/cvat/pull/5075>)
### Security
- TDB
......
{
"name": "cvat-ui",
"version": "1.42.1",
"version": "1.42.2",
"description": "CVAT single-page application",
"main": "src/index.tsx",
"scripts": {
......
......@@ -77,7 +77,7 @@ function ExportBackupModal(): JSX.Element {
setUseDefaultStorage(true);
setStorageLocation(StorageLocation.LOCAL);
form.resetFields();
dispatch(exportActions.closeExportDatasetModal(instance));
dispatch(exportActions.closeExportBackupModal(instance));
};
const handleExport = useCallback(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册