Skip to content

Commit

Permalink
[PDW-33] feat: 회의실 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeon1120 committed Nov 27, 2023
1 parent d5a5c18 commit e6a2163
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/pages/admin/office/OfficeManageAdd.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,6 @@ function OfficeManageAdd(props) {
setSearchWord(e.target.value);
};

// const deleteStaff = (e) => {
// if (e.key === 'Backspace')
// setSelectedfacilities({
// ...selectedfacilities,
// name: "",
// facilityId: null
// });
// };

const changeImageFile = () => {
imageInput.current.click();
};
Expand Down

0 comments on commit e6a2163

Please sign in to comment.