Skip to content

Commit

Permalink
[fix] 기본값 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
UniverseDolphin committed Jun 8, 2024
1 parent beba95e commit 91726f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/layouts/DashBoard/Strategy/StrategySetting.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ const StrategySetting = () => {
}, [mutation.isPending, setLoading]);

const onSubmit = (data) => {
// mutation.mutate(data);
console.log(data)
mutation.mutate(data);
// console.log(data)
};

return (
Expand Down

0 comments on commit 91726f9

Please sign in to comment.