Skip to content
Verified Commit c476b889 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

FormLayout: Fix wrongly targeted destroy() call

> FormLayout.qml: ReferenceError: labelItem is not defined

Inside the placeholder component `labelItem` does not refer to anything
in its scope. It was clearly meant to destroy the item itself.

In the buddy component I removed id access as well, just in case.
parent 9a9d9a20
Pipeline #466138 passed with stage
in 2 minutes and 44 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment