Skip to content

Commit

Permalink
hotfix: report type 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
keemsebin committed Oct 2, 2024
1 parent 27996c0 commit 1ce32c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/report/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Form({
id,
}: ReportProps) {
const { openModal, visible, closeModal, modalRef } = useModal();
const { date, participants, place, content, startTime, endTime, imageUrls } =
const { date, participants, place, content, startTime, endTime, ImageUrls } =
report;

function handleChange(
Expand Down Expand Up @@ -151,7 +151,7 @@ export default function Form({
<UploadImage
image={uploadFiles}
setImage={setImage}
imageUrls={imageUrls}
imageUrls={ImageUrls}
setRemoveFile={setRemoveFile}
id={id}
/>
Expand Down

0 comments on commit 1ce32c7

Please sign in to comment.