chore: wrong debug code
This commit is contained in:
parent
530ec6c4fb
commit
66738a63bf
@ -103,8 +103,6 @@ const [BasicModal, modalApi] = useVbenModal({
|
||||
async function handleConfirm() {
|
||||
try {
|
||||
modalApi.modalLoading(true);
|
||||
const a = await formApi.validate();
|
||||
console.log(a);
|
||||
const { valid } = await formApi.validate();
|
||||
if (!valid) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user