Skip to content

Commit 8af33af

Browse files
committed
The UI editor loads now
1 parent bfc9d09 commit 8af33af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtimePipelineYazzUiTemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2193,7 +2193,7 @@ Pushlist
21932193
<div v-bind:style='"border-radius: 3px;padding: 4px;height: 40px;overflow-x:none;white-space:nowrap;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);overflow:hidden ;text-overflow: ellipsis;font-family:verdana,helvetica;font-size: 13px;"'
21942194
v-bind:class='(selected_pane == "properties"?"selected_pane_title_slower":"unselected_pane_title_slower") '
21952195
v-on:click='chooseRight(selected_pane == "properties"?"project":"properties")'>
2196-
Properties - {{isValidObject(active_component_index)?model.forms[active_form].components[active_component_index].name + " (Component)" : (app_selected?"App":active_form + " (Form)")}}
2196+
Properties - {{isValidObject(active_component_index) && model.forms[active_form].components[active_component_index]?model.forms[active_form].components[active_component_index].name + " (Component)" : (app_selected?"App":active_form + " (Form)")}}
21972197
</div>
21982198
21992199

0 commit comments

Comments
 (0)