Skip to content

Commit f34023f

Browse files
committed
Add missing objectId
1 parent c4cd462 commit f34023f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qml/value-editor/editors/SingleItemEditor.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ AbstractEditor {
1919
value: ""
2020
enabled: root.active || root.state !== "edit"
2121
showFormatters: root.state == "edit"
22+
objectName: "rdm_key_value_field"
2223
}
2324

2425
function initEmpty() {

0 commit comments

Comments
 (0)