From 8a787c991867b2a17792338b3000ca363caf29d4 Mon Sep 17 00:00:00 2001 From: Abhinav Jha Date: Thu, 16 Sep 2021 17:41:45 +0530 Subject: [PATCH] chore: Fix the name of the select widget listed in the widget list (#7518) --- app/client/src/widgets/DropdownWidget/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/widgets/DropdownWidget/index.ts b/app/client/src/widgets/DropdownWidget/index.ts index eba2f1b95f..42f54b2602 100644 --- a/app/client/src/widgets/DropdownWidget/index.ts +++ b/app/client/src/widgets/DropdownWidget/index.ts @@ -4,7 +4,7 @@ import { GRID_DENSITY_MIGRATION_V1 } from "widgets/constants"; export const CONFIG = { type: Widget.getWidgetType(), - name: "Dropdown", + name: "Select", iconSVG: IconSVG, needsMeta: true, defaults: {