1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix comment syntax.

Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
Panu Horsmalahti 2023-01-12 16:56:51 +02:00
parent 6927f6c2bd
commit af74cb07b0

View File

@ -41,8 +41,10 @@ export interface KubeObjectListLayoutProps<
dependentStores?: SubscribableStore[]; dependentStores?: SubscribableStore[];
subscribeStores?: boolean; subscribeStores?: boolean;
// Customize resource name for e.g. search input ("Search <ResourceName>..."") /**
// If not provided, ResourceNames is used instead with a fallback to resource kind. * Customize resource name for e.g. search input ("Search <ResourceName>..."")
* If not provided, ResourceNames is used instead with a fallback to resource kind.
*/
resourceName?: string; resourceName?: string;
} }