Skip to content

Commit

Permalink
Add nested value parser
Browse files Browse the repository at this point in the history
  • Loading branch information
balbatross committed Aug 10, 2023
1 parent dfeb022 commit ec99415
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export const useValues = (deviceId: string, program: {tags: any[], types: any[]}

if (
field.type &&
value[field.name] &&
typeof (field.type) === "string" &&
field.type.indexOf('[]') > -1
){
Expand Down

0 comments on commit ec99415

Please sign in to comment.