Fix: remove unused property
This commit is contained in:
parent
db6760015f
commit
99b0135fa9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
type={config.freeform.type} {value}></ValidatedInput>
|
||||
|
||||
{/if}
|
||||
<InputHelper args={config.freeform.helperArgs} {config} {feature} type={config.freeform.type} {value}></InputHelper>
|
||||
<InputHelper args={config.freeform.helperArgs} {feature} type={config.freeform.type} {value}/>
|
||||
</div>
|
||||
|
||||
{#if $feedback !== undefined}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue