Improve titles in more places in automations
This commit is contained in:
parent
7bf8a8b530
commit
010a55ea20
|
@ -130,7 +130,7 @@
|
||||||
{:else}
|
{:else}
|
||||||
<DrawerBindableSlot
|
<DrawerBindableSlot
|
||||||
fillWidth
|
fillWidth
|
||||||
title={value.title}
|
title={value.title || field}
|
||||||
panel={AutomationBindingPanel}
|
panel={AutomationBindingPanel}
|
||||||
type={schema.type}
|
type={schema.type}
|
||||||
{schema}
|
{schema}
|
||||||
|
|
|
@ -260,7 +260,7 @@
|
||||||
{#if filter.field && filter.valueType === "Binding"}
|
{#if filter.field && filter.valueType === "Binding"}
|
||||||
<DrawerBindableInput
|
<DrawerBindableInput
|
||||||
disabled={filter.noValue}
|
disabled={filter.noValue}
|
||||||
title={`Value for "${filter.field}"`}
|
title={filter.field}
|
||||||
value={filter.value}
|
value={filter.value}
|
||||||
placeholder="Value"
|
placeholder="Value"
|
||||||
{panel}
|
{panel}
|
||||||
|
|
Loading…
Reference in New Issue