Кнопка "Режимы" переименована

This commit is contained in:
Александр Сироткин 2022-01-13 21:47:37 +05:00
parent 27fc56fb6b
commit 6e8de88ec7

View File

@ -235,7 +235,7 @@ export const WellCompositeSections = ({ idWell, statsWells, selectedSections })
disabled={selectedWells.length <= 0} disabled={selectedWells.length <= 0}
onClick={onParamButtonClick} onClick={onParamButtonClick}
> >
Режимы Заполнить режимы текущей скважины
</Button> </Button>
</Col> </Col>
</Row> </Row>
@ -265,7 +265,7 @@ export const WellCompositeSections = ({ idWell, statsWells, selectedSections })
</Modal> </Modal>
<Modal <Modal
title={'Режимы'} title={'Заполнить режимы текущей скважины'}
centered centered
visible={isParamsModalVisible} visible={isParamsModalVisible}
onCancel={() => setIsParamsModalVisible(false)} onCancel={() => setIsParamsModalVisible(false)}