Browse Source

.

feature/auth
junh_eee 2 years ago
parent
commit
24bcaa1eb8
  1. 2
      src/components/basis/flight/plan/FlightPlanForm.js

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

@ -18,7 +18,7 @@ import { FlightPlanModal } from './FlightPlanModal';
import FlightPlanArcrftContainer from '../../../../containers/basis/flight/plan/FlightPlanArcrftContainer';
import FlightPlanAreaContainer from '../../../../containers/basis/flight/plan/FlightPlanAreaContainer';
import { X } from 'react-feather';
import { useDispatch, useSelector } from 'react-redux';
import { useSelector } from 'react-redux';
const FlightPlanForm = ({data, handleModal, handleChange, handleSave, handleDelete, modal, handleDeleteArray }) => {

Loading…
Cancel
Save