fixed zeroValue isArray check and bumped app version
This commit is contained in:
@@ -93,7 +93,7 @@ export default class CommonHelper {
|
||||
|
||||
return {};
|
||||
case "undefined":
|
||||
return val
|
||||
return undefined;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user