(spaceId: SortableContentSpaceId)
| 78 | |
| 79 | export function useContentSort() { |
| 80 | function getContentSortQuery(spaceId: SortableContentSpaceId) { |
| 81 | return { ...contentSortState[spaceId] } |
| 82 | } |
| 83 | |
| 84 | function setContentSortField( |
| 85 | spaceId: SortableContentSpaceId, |
no outgoing calls
no test coverage detected