disable comments label
This commit is contained in:
parent
40408e25be
commit
bbf92b06f0
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ export default function TagsSearch(props: Props) {
|
|||
blockWrap={false}
|
||||
label={__(
|
||||
t
|
||||
.split('_')
|
||||
.split('-')
|
||||
.map(word => word.charAt(0).toUpperCase() + word.slice(1))
|
||||
.join(' ')
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue