Node-RED Plugin v1.8.0-1: Fields in nodes not displaying

Hi,

After updating the Node-RED Plugin to version 1.8.0-1, I noticed an issue where the fields in existing nodes (such as for reading or writing device properties) appear blank:

However, when I export the nodes, the fields are still populated, for example:

        "assetId": "{{device}}",
        "property": "property_X",

Currently, the only way I can create new nodes is by importing and manually filling the fields, as they do not display correctly in the node window.

Does anyone have a solution to make the content of these fields visible again?