UI: direction picker now uses the general background layer as well

This commit is contained in:
Pieter Vander Vennet 2024-09-24 16:41:00 +02:00
parent 83a8d35c97
commit 644552b88d
2 changed files with 6 additions and 0 deletions

View file

@ -33,6 +33,7 @@
{:else if type === "direction"}
<DirectionInput
{value}
{state}
mapProperties={InputHelpers.constructMapProperties({ feature, args: args ?? [] })}
/>
{:else if type === "date"}