Skip to content

Commit

Permalink
pkp/pkp-lib#9744 Copy table data mocks to TableNext component dir
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Jul 26, 2024
1 parent b3433fe commit a55fdb7
Show file tree
Hide file tree
Showing 3 changed files with 948 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TableNext/Table.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import TablePagination from './TablePagination.vue';
import ButtonRow from '@/components/ButtonRow/ButtonRow.vue';
import {http, HttpResponse} from 'msw';

import articleStats from '@/components/Table/mocks/articleStats.js';
import articleStats from '@/components/TableNext/mocks/articleStats.js';
import {useSorting} from '@/composables/useSorting';

import {useFetchPaginated} from '@/composables/useFetchPaginated';
Expand Down
Loading

0 comments on commit a55fdb7

Please sign in to comment.