Set Value of an array becomes messed up

Wappler Version : 4.9.0
Operating System : MacOS
Server Model: NodeJS
Database Type: PostgreSQL
Hosting Type: Docker

Expected behavior

Set Value in the Code section of the following array:

[[],[],[],[],[]]

That’s an array with 5 elements, whose elements are an empty array

Actual behavior

After saving, the UI starts showing the following in the Code section:

'","title":"'+undefined+'","value":"'+undefined+'"}'

How to reproduce