feat(app): address review

This commit is contained in:
ItzCrazyKns
2025-12-27 13:24:35 +05:30
parent 65fdecb122
commit 6919ad1a0f
2 changed files with 6 additions and 2 deletions

View File

@@ -28,8 +28,8 @@
"notNull": true, "notNull": true,
"autoincrement": false "autoincrement": false
}, },
"focusMode": { "sources": {
"name": "focusMode", "name": "sources",
"type": "text", "type": "text",
"primaryKey": false, "primaryKey": false,
"notNull": true, "notNull": true,

View File

@@ -51,6 +51,10 @@ const calculationWidget: Widget = {
schema, schema,
}); });
if (output.notPresent) {
return;
}
const result = mathEval(output.expression); const result = mathEval(output.expression);
return { return {