mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Should be optional
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
parent
f0b8479e5c
commit
bbde39e7b9
@ -57,7 +57,7 @@ enum sortBy {
|
|||||||
const css = makeCss(styles);
|
const css = makeCss(styles);
|
||||||
|
|
||||||
interface Props extends RouteComponentProps<CatalogViewRouteParam> {
|
interface Props extends RouteComponentProps<CatalogViewRouteParam> {
|
||||||
catalogEntityStore: CatalogEntityStore;
|
catalogEntityStore?: CatalogEntityStore;
|
||||||
}
|
}
|
||||||
|
|
||||||
@observer
|
@observer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user