forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
766c6e2084
commit
ec3522e0db
28 changed files with 118 additions and 84 deletions
|
@ -21,5 +21,5 @@
|
|||
{:else if validatorHelper !== undefined}
|
||||
<svelte:component this={validatorHelper} {value} {feature} {state} {args} on:submit />
|
||||
{:else}
|
||||
<slot name="fallback"/> <!-- Used in the FilterWithView to inject the helper -->
|
||||
<slot name="fallback" /> <!-- Used in the FilterWithView to inject the helper -->
|
||||
{/if}
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
{#if specs === undefined}
|
||||
<!-- Empty -->
|
||||
{:else if lang === "*"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue