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}
|
||||
onCancel={() => setIsModalVisible(false)}
|
||||
footer={(
|
||||
<Button onClick={() => setIsSenderVisible(true)}>
|
||||
<Button onClick={() => setIsSenderVisible(true)} disabled={!hasPermission('Setpoints.edit')}>
|
||||
Рекомендовать
|
||||
</Button>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user