test(frontend): fix component error in MkChart story (#14056)
This commit is contained in:
parent
2c84d06a66
commit
a9012d3d0c
3 changed files with 52 additions and 44 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue