mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Merge branch 'master' into bundle-kubectl-1.23.3
This commit is contained in:
commit
d52a3fe1ad
@ -48,7 +48,7 @@
|
|||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"bundledKubectlVersion": "1.23.3",
|
"bundledKubectlVersion": "1.23.3",
|
||||||
"bundledHelmVersion": "3.6.3",
|
"bundledHelmVersion": "3.7.2",
|
||||||
"sentryDsn": ""
|
"sentryDsn": ""
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
@ -12,7 +12,7 @@ import type { TableCellProps } from "../table";
|
|||||||
*/
|
*/
|
||||||
export interface TitleCellProps {
|
export interface TitleCellProps {
|
||||||
className?: string;
|
className?: string;
|
||||||
title: React.ReactNode;
|
title: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CategoryColumnRegistration {
|
export interface CategoryColumnRegistration {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user