remove label

This commit is contained in:
Peter Clement 2023-10-31 13:52:28 +00:00
parent 8b3eafbede
commit b65b601918
1 changed files with 0 additions and 1 deletions

View File

@ -132,7 +132,6 @@
title={value.title}
panel={AutomationBindingPanel}
type={schema.type}
label={field}
{schema}
value={value[field]}
on:change={e => onChange(e, field)}