Hello! I am trying to build an app that has a table with a editable tag column. For my case it is called "Type". This column has this array as data source: ['text','number','date','datetime','select','document', 'email','phone']. When I am editing something on the table I have no problem, but when I commit and push the option list no longer works. The option list resets to having no values.
I am working on staging and my environment is connected to GitHub.