Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
11t518s committed Apr 2, 2022
1 parent ba68485 commit 92ff3b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/CheckListComponent/ButtonsOfTypeA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function ButtonsOfTypeA({ isEdit, checkList, setCheckLists, checkLists }: IProps
},
],
});
console.log(checkListContext?.choseCheckListByServer);
};

return (
Expand Down
1 change: 0 additions & 1 deletion components/CheckListComponent/ButtonsOfTypeB.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ function ButtonsOfTypeB({ isEdit, checkList, setCheckLists, checkLists }: IProps
},
],
});
console.log(checkListContext?.choseCheckListByServer);
setNewCheckListElement('');
};

Expand Down
1 change: 1 addition & 0 deletions screens/BasicCheckList/BasicInfoOfBasicCheckList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function BasicInfoOfBasicCheckList({ isEdit, setIsBottomSheet }: IProps) {
const [checkListSummary, setCheckListSummary] = useState<any>({});

const getServerData = async () => {
console.log(checkListContext?.checkListId);
try {
const serverResponse = await axios.get(
`/api/check-list/${checkListContext?.checkListId}/common?mainCategory=기본정보`
Expand Down

0 comments on commit 92ff3b7

Please sign in to comment.