mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix CacheProvider key
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
3444e04895
commit
5733c190fd
@ -64,7 +64,7 @@ export class ClusterManager extends React.Component {
|
||||
<div className="ClusterManager">
|
||||
<main>
|
||||
<div id="lens-views"/>
|
||||
<CacheProvider value={createCache({ key: "clusterManager" })}>
|
||||
<CacheProvider value={createCache({ key: "clustermanager" })}>
|
||||
<Switch>
|
||||
<Route component={LandingPage} {...landingRoute} />
|
||||
<Route component={Preferences} {...preferencesRoute} />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user