Revert "Fix documented default for emptyMessage on several components"
This reverts commit ee79538fd8
.
pull/5850/head
parent
ee79538fd8
commit
03b6c34a93
|
@ -25101,7 +25101,7 @@
|
|||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "No available options",
|
||||
"default": "No results found",
|
||||
"description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration."
|
||||
},
|
||||
{
|
||||
|
@ -34532,7 +34532,7 @@
|
|||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "No available options",
|
||||
"default": "No results found",
|
||||
"description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration."
|
||||
},
|
||||
{
|
||||
|
@ -38729,7 +38729,7 @@
|
|||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "No available options",
|
||||
"default": "No results found'",
|
||||
"description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration."
|
||||
},
|
||||
{
|
||||
|
@ -58396,7 +58396,7 @@
|
|||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "string",
|
||||
"default": "No available options",
|
||||
"default": "No results found",
|
||||
"description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration."
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue