chore: Fix the name of the select widget listed in the widget list (#7518)

This commit is contained in:
Abhinav Jha 2021-09-16 17:41:45 +05:30 committed by GitHub
parent 6913d188f9
commit 8a787c9918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {