Commit 389c6681 authored by Jérome Perrin's avatar Jérome Perrin

fieldset: fix line too long

parent 87a85490
......@@ -36,7 +36,9 @@
'beforeend',
label_template({
"for": property_id,
"name": (property_definition.name || property_definition.description || property_id)
"name": ( property_definition.name ||
property_definition.description ||
property_id )
})
);
if (property_definition.type === "object") {
......
Markdown is supported
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