Skip to content

Fix build errors in location action forms

Tim Eder requested to merge fix-build-errors-location-actions into develop

The @Prop decorator requires a primitive type.

I changed the type DateTime into Object in the location action form components.

Merge request reports