Removed footer from 'TVD' modal window

This commit is contained in:
KharchenkoVV 2021-08-30 16:22:18 +05:00
parent 81c457c350
commit a7293f616b

View File

@ -74,10 +74,6 @@ export default function ClusterWells({ clusterData }) {
}
}, [selectedWellId]);
const closeModal = () => {
setIsModalVisible(false)
}
calcAndUpdateStatsBySections(wellsStat ?? [], [
"factStart",
"factEnd",
@ -168,9 +164,9 @@ export default function ClusterWells({ clusterData }) {
title='TVD'
centered
visible={isModalVisible}
onOk={closeModal}
onCancel={closeModal}
onCancel={() => setIsModalVisible(false)}
width={1500}
footer={null}
>
<ChartDepthToDay
dataPlan={dataPlan}