chore: Do not show initialLocation of map widget in an error state when field is blank (#7931)

This commit is contained in:
akash-codemonk 2021-10-04 09:56:52 +05:30 committed by GitHub
parent dbb0cdef85
commit 3209ad8cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,6 @@ class MapWidget extends BaseWidget<MapWidgetProps, WidgetState> {
validation: {
type: ValidationTypes.OBJECT,
params: {
required: true,
allowedKeys: [
{
name: "lat",