fix sonar bugs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-24 12:18:55 +01:00
parent dd084369e9
commit f9864842b5
7 changed files with 20 additions and 17 deletions

View File

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