Skip to content

Commit

Permalink
[#358] delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sworzen1 committed Mar 5, 2024
1 parent 4834169 commit 6b17aaa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ export const useCreateGovernanceActionForm = () => {
watch,
} = useFormContext<createGovernanceActionValues>();

const onSubmit = useCallback(async (values: createGovernanceActionValues) => {
const onSubmit = useCallback(async () => {
setIsLoading(true);
console.log(values);
try {
} catch (e: any) {
} finally {
Expand Down

0 comments on commit 6b17aaa

Please sign in to comment.