fix(lite/stories): bad import path for POWER_STATE (#7012)
Introduced by 5e8539865f
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
import PowerStateIcon from "@/components/PowerStateIcon.vue";
|
||||
import ComponentStory from "@/components/component-story/ComponentStory.vue";
|
||||
import { prop } from "@/libs/story/story-param";
|
||||
import { POWER_STATE } from "@/libs/xen-api/xen-api";
|
||||
import { POWER_STATE } from "@/libs/xen-api/xen-api.utils";
|
||||
</script>
|
||||
|
||||
<style lang="postcss" scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user