From 89f3c70ef60589a4947473b61f51e1dd49de4070 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 9 Jan 2024 17:02:49 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 6f3bf8a205..675463e1bf 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -15942,7 +15942,7 @@ "optional": true, "readonly": false, "type": "ReactNode | Function", - "default": "", + "default": "No results found", "description": "Text to display when there is no data." }, { @@ -51459,8 +51459,8 @@ "name": "emptyMessage", "optional": true, "readonly": false, - "type": "string", - "default": "No records found", + "type": "ReactNode | Function", + "default": "No results found", "description": "Text to display when there is no data." }, {