fixed zeroValue isArray check and bumped app version

This commit is contained in:
Gani Georgiev
2024-04-13 16:18:52 +03:00
parent 4745bb4286
commit 4ac0954546
34 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ export default class CommonHelper {
return {};
case "undefined":
return val
return undefined;
default:
return null;
}