update({label: String((e.target as ZnInput).value ?? '')})}"
@input="${(e: Event) => update({label: String((e.target as ZnInput).value ?? '')})}"
>
${renderBranchConfig
? guard(configKey, () => renderBranchConfig(node, port, update))
: type?.branchFilters?.length
? html`
) =>
this._saveBranchConditions(node, port, e.detail.conditions)}"
@flow-conditions-cancel="${() => (this._selectedBranch = null)}"
>`
: html`
This step type has no branch conditions.
`}