don't save draft when creating transactions through AI image recognition in mobile version

This commit is contained in:
MaysWind
2025-09-21 15:51:41 +08:00
parent 9dee449f10
commit d9cd270ff4
+2
View File
@@ -348,6 +348,8 @@ function onReceiptRecognitionChanged(result: RecognizedReceiptImageResponse): vo
params.push(`comment=${encodeURIComponent(result.comment)}`);
}
params.push(`noTransactionDraft=true`);
props.f7router.navigate(`/transaction/add?${params.join('&')}`);
}