mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Quick fix for store migration version being wrong (#7243)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
003dc44681
commit
d29615c089
@ -2,12 +2,11 @@
|
|||||||
* Copyright (c) OpenLens Authors. All rights reserved.
|
* Copyright (c) OpenLens Authors. All rights reserved.
|
||||||
* Licensed under MIT License. See LICENSE in root directory for more information.
|
* Licensed under MIT License. See LICENSE in root directory for more information.
|
||||||
*/
|
*/
|
||||||
import { applicationInformationToken } from "@k8slens/application";
|
|
||||||
import { getInjectable } from "@ogre-tools/injectable";
|
import { getInjectable } from "@ogre-tools/injectable";
|
||||||
|
|
||||||
const storeMigrationVersionInjectable = getInjectable({
|
const storeMigrationVersionInjectable = getInjectable({
|
||||||
id: "store-migration-version",
|
id: "store-migration-version",
|
||||||
instantiate: (di) => di.inject(applicationInformationToken).version,
|
instantiate: () => "6.4.0",
|
||||||
});
|
});
|
||||||
|
|
||||||
export default storeMigrationVersionInjectable;
|
export default storeMigrationVersionInjectable;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user