Linting.
This commit is contained in:
parent
01be92c9db
commit
022b3acbcc
|
@ -42,7 +42,13 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if type === "options" && meta.constraints.inclusion.length !== 0}
|
{#if type === "options" && meta.constraints.inclusion.length !== 0}
|
||||||
<Select {label} bind:value options={meta.constraints.inclusion} sort {error} />
|
<Select
|
||||||
|
{label}
|
||||||
|
bind:value
|
||||||
|
options={meta.constraints.inclusion}
|
||||||
|
sort
|
||||||
|
{error}
|
||||||
|
/>
|
||||||
{:else if type === "datetime"}
|
{:else if type === "datetime"}
|
||||||
<DatePicker
|
<DatePicker
|
||||||
{error}
|
{error}
|
||||||
|
|
Loading…
Reference in New Issue