Merge branch 'feature/import_fix' into 'dev'

import modal fix

See merge request spatial/postamates_frontend!70
dev
Anton Vlasov 2 years ago
commit 9e7ff209cc

@ -73,6 +73,7 @@ export const PointsFileUploadModal = ({onClose, isOpened}) => {
key="close-button"
type="default"
onClick={onClose}
disabled={isImporting}
>
Отмена
</Button>,
@ -113,7 +114,7 @@ export const PointsFileUploadModal = ({onClose, isOpened}) => {
<Modal
open={isOpened}
title="Импорт точек"
onCancel={onClose}
onCancel={() => {if (!isImporting) onClose()}}
width={400}
footer={getFooter()}
>

Loading…
Cancel
Save