fixed treeselect bug (#8474)

This commit is contained in:
Abdul Rehaman 2021-10-31 12:01:55 +05:30 committed by GitHub
parent da5baba982
commit 2e2e0d1d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ export const CONFIG = {
{ label: "Green", value: "GREEN" },
{ label: "Red", value: "RED" },
],
widgetName: "SingleSelectTree",
widgetName: "TreeSelect",
defaultOptionValue: "BLUE",
version: 1,
isVisible: true,