clear ค่า

This commit is contained in:
STW_TTTY\stwtt 2024-07-25 15:30:33 +07:00
parent cc36f52e55
commit 88c239cda2

View file

@ -538,6 +538,7 @@ function onSubmit() {
typeCommand: type.value,
};
props.onSubmit?.(body);
close()
});
}
}