From 476dc2bd880aa15e3106579637afea0cd39c397c Mon Sep 17 00:00:00 2001 From: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com> Date: Fri, 14 Aug 2020 12:04:25 +0530 Subject: [PATCH] Remove phone number (#299) --- app/client/src/mockResponses/PropertyPaneConfigResponse.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/client/src/mockResponses/PropertyPaneConfigResponse.tsx b/app/client/src/mockResponses/PropertyPaneConfigResponse.tsx index f3f64ce22b..217250e3ce 100644 --- a/app/client/src/mockResponses/PropertyPaneConfigResponse.tsx +++ b/app/client/src/mockResponses/PropertyPaneConfigResponse.tsx @@ -498,10 +498,6 @@ const PropertyPaneConfigResponse: PropertyPaneConfigsResponse["data"] = { label: "Password", value: "PASSWORD", }, - { - label: "Phone Number", - value: "PHONE_NUMBER", - }, { label: "Email", value: "EMAIL",