From 3209ad8cdf8da79268e7cd580c3c0f688e4f4dd7 Mon Sep 17 00:00:00 2001 From: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com> Date: Mon, 4 Oct 2021 09:56:52 +0530 Subject: [PATCH] chore: Do not show initialLocation of map widget in an error state when field is blank (#7931) --- app/client/src/widgets/MapWidget/widget/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/client/src/widgets/MapWidget/widget/index.tsx b/app/client/src/widgets/MapWidget/widget/index.tsx index d14a72c4d3..f6fe0efce4 100644 --- a/app/client/src/widgets/MapWidget/widget/index.tsx +++ b/app/client/src/widgets/MapWidget/widget/index.tsx @@ -56,7 +56,6 @@ class MapWidget extends BaseWidget { validation: { type: ValidationTypes.OBJECT, params: { - required: true, allowedKeys: [ { name: "lat",