mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 17:04:15 +00:00
fix: remove console log
This commit is contained in:
parent
a46a4cdc96
commit
7c6f068d15
1 changed files with 0 additions and 2 deletions
|
|
@ -28,8 +28,6 @@ export function Setting({ onChange, onClose, show, times }: SettingProps) {
|
||||||
const handleSubmit = (e: React.FormEvent<HTMLFormElement>) => {
|
const handleSubmit = (e: React.FormEvent<HTMLFormElement>) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
console.log({ values });
|
|
||||||
|
|
||||||
const newValues: Record<string, number> = {};
|
const newValues: Record<string, number> = {};
|
||||||
|
|
||||||
Object.keys(values).forEach(name => {
|
Object.keys(values).forEach(name => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue