This commit is contained in:
@@ -183,7 +183,7 @@ export const Empty: Story = {
|
||||
};
|
||||
|
||||
export const InteractiveSortingAndPagination: Story = {
|
||||
render: () => {
|
||||
render: function InteractiveSortingAndPaginationRender() {
|
||||
const [sorting, setSorting] = useState<SortState | null>({
|
||||
field: 'name',
|
||||
direction: 'asc',
|
||||
|
||||
Reference in New Issue
Block a user