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