Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 9, 2024
1 parent 8c95949 commit 89f3c70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
},
{
Expand Down Expand Up @@ -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."
},
{
Expand Down

0 comments on commit 89f3c70

Please sign in to comment.