Browse Source

비행계획서 작성자가 아닐경우 삭제, 저장 비활성화

pull/2/head
이학준 2 years ago
parent
commit
df88bb3e75
  1. 2
      src/components/basis/flight/plan/FlightPlanForm.js

2
src/components/basis/flight/plan/FlightPlanForm.js

@ -435,6 +435,7 @@ const FlightPlanForm = ({ data, handleModal, handleChange, handleSave, handleDel
<div className='d-flex align-items-center'>
<Button.Ripple
disabled={test}
className='mr-1'
color='primary'
size='sm'
@ -443,6 +444,7 @@ const FlightPlanForm = ({ data, handleModal, handleChange, handleSave, handleDel
저장
</Button.Ripple>
<Button.Ripple
disabled={test}
color='danger'
size='sm'
onClick={handleDelete}

Loading…
Cancel
Save