Parse references in sqlite

This commit is contained in:
1ilit
2024-11-04 19:43:02 +04:00
parent bc35a61397
commit f27fbaa439
2 changed files with 65 additions and 52 deletions

View File

@@ -186,7 +186,7 @@ export default function Modal({
}
setModal(MODAL.NONE);
} catch (error) {
} catch {
setError({
type: STATUS.ERROR,
message: `Please check for syntax errors or let us know about the error.`,