forked from ddrilling/asb_cloud_front
Removed footer from 'TVD' modal window
This commit is contained in:
parent
81c457c350
commit
a7293f616b
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user