test(frontend): fix component error in MkChart story (#14056)

This commit is contained in:
zyoshoka
2024-06-21 17:29:37 +09:00
committed by GitHub
parent 2c84d06a66
commit a9012d3d0c
3 changed files with 52 additions and 44 deletions

View File

@@ -8,8 +8,9 @@ import { StoryObj } from '@storybook/vue3';
import { HttpResponse, http } from 'msw';
import { federationInstance } from '../../.storybook/fakes.js';
import { commonHandlers } from '../../.storybook/mocks.js';
import { getChartResolver } from '../../.storybook/charts.js';
import MkInstanceCardMini from './MkInstanceCardMini.vue';
import { getChartResolver } from './MkChart.stories.impl.js';
export const Default = {
render(args) {
return {