Browse Source

비행 승인 수정 문구 변경

master
sanguu516 3 months ago
parent
commit
6af32d4fbf
  1. 4
      src/components/flight/NewFlightApprovalsTable.js

4
src/components/flight/NewFlightApprovalsTable.js

@ -469,7 +469,7 @@ export default function NewFlightApprovalsTable(props) {
disabled={editingKey !== ''} disabled={editingKey !== ''}
onClick={() => edit(record)} onClick={() => edit(record)}
> >
Edit 수정
</Typography.Link> </Typography.Link>
</Button> </Button>
) )
@ -659,7 +659,7 @@ export default function NewFlightApprovalsTable(props) {
disabled={editingKey !== ''} disabled={editingKey !== ''}
onClick={() => edit(record)} onClick={() => edit(record)}
> >
Edit 수정
</Typography.Link> </Typography.Link>
</Button> </Button>
); );

Loading…
Cancel
Save