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

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