mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Tweak more naming
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
b82b2fe6d2
commit
01faf8d0de
@ -5,9 +5,9 @@
|
||||
import { getInjectable } from "@ogre-tools/injectable";
|
||||
import { observable } from "mobx";
|
||||
|
||||
const updateIsReadyToBeInstalledState = getInjectable({
|
||||
const updateIsReadyToBeInstalledStateInjectable = getInjectable({
|
||||
id: "update-is-ready-to-be-installed-state",
|
||||
instantiate: () => observable.box<boolean>(false),
|
||||
});
|
||||
|
||||
export default updateIsReadyToBeInstalledState;
|
||||
export default updateIsReadyToBeInstalledStateInjectable;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user