From 25438e6e8218c6b15ff04242db44b143f58ca293 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 20 Mar 2024 21:01:47 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 29c582fcc9..ca6b044646 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -51946,8 +51946,8 @@ "name": "emptyMessage", "optional": true, "readonly": false, - "type": "string", - "default": "", + "type": "ReactNode | Function", + "default": "No available options", "description": "Text to display when there is no data." }, {