Добавлена блокировка нопки Рекомендовать

This commit is contained in:
Александр Сироткин 2022-02-08 21:18:19 +05:00
parent ec990b55b5
commit f05ad0101b

View File

@ -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>
)}