1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Improve titles in more places in automations

This commit is contained in:
Andrew Kingston 2024-02-27 13:37:16 +00:00
parent 7bf8a8b530
commit 010a55ea20
2 changed files with 2 additions and 2 deletions

View file

@ -130,7 +130,7 @@
{:else}
<DrawerBindableSlot
fillWidth
title={value.title}
title={value.title || field}
panel={AutomationBindingPanel}
type={schema.type}
{schema}

View file

@ -260,7 +260,7 @@
{#if filter.field && filter.valueType === "Binding"}
<DrawerBindableInput
disabled={filter.noValue}
title={`Value for "${filter.field}"`}
title={filter.field}
value={filter.value}
placeholder="Value"
{panel}