mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Switch search placeholder
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
4440af966b
commit
df5df3e1e3
@ -93,7 +93,7 @@ export class CrdResources extends React.Component<Props> {
|
|||||||
customizeHeader={({ searchProps, ...headerPlaceholders }) => ({
|
customizeHeader={({ searchProps, ...headerPlaceholders }) => ({
|
||||||
searchProps: {
|
searchProps: {
|
||||||
...searchProps,
|
...searchProps,
|
||||||
placeholder: `Search ${crd.getNames().plural}...`,
|
placeholder: `${crd.getResourceKind()} search ...`,
|
||||||
},
|
},
|
||||||
...headerPlaceholders
|
...headerPlaceholders
|
||||||
})}
|
})}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user