(prefix: string)
| 174 | }; |
| 175 | |
| 176 | const makePage = (prefix: string) => |
| 177 | Array.from({ length: 25 }, (_, i) => ({ |
| 178 | ...MockWorkspace, |
| 179 | id: `${prefix}-workspace-${i}`, |
| 180 | name: `${prefix}-workspace-${i}`, |
| 181 | })); |
| 182 | |
| 183 | export const PaginationChangesQueryKey: Story = { |
| 184 | parameters: { |
no outgoing calls
no test coverage detected