fix(lite/stories): bad import path for POWER_STATE (#7012)

Introduced by 5e8539865f
This commit is contained in:
Pierre Donias
2023-09-01 11:07:49 +02:00
committed by GitHub
parent 3abbc8d57e
commit 970bc0ac5d

View File

@@ -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>