forked from ddrilling/asb_cloud_front
Merge branch 'dev' of https://bitbucket.org/autodrilling/asb_cloud_front into dev
This commit is contained in:
commit
2c5c8e21e8
@ -82,7 +82,7 @@ export const Setpoints = ({ idWell, ...other }) => {
|
|||||||
visible={isModalVisible}
|
visible={isModalVisible}
|
||||||
onCancel={() => setIsModalVisible(false)}
|
onCancel={() => setIsModalVisible(false)}
|
||||||
footer={(
|
footer={(
|
||||||
<Button onClick={() => setIsSenderVisible(true)}>
|
<Button onClick={() => setIsSenderVisible(true)} disabled={!hasPermission('Setpoints.edit')}>
|
||||||
Рекомендовать
|
Рекомендовать
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user