feat: add user information display in extractions table and update extraction retrieval method
This commit is contained in:
@@ -48,7 +48,7 @@ export function ExtractionsPage() {
|
||||
try {
|
||||
setLoading(true)
|
||||
setError(null)
|
||||
const data = await extractionsService.getUserExtractions({
|
||||
const data = await extractionsService.getAllExtractions({
|
||||
search: debouncedSearchQuery.trim() || undefined,
|
||||
sort_by: sortBy,
|
||||
sort_order: sortOrder,
|
||||
|
||||
Reference in New Issue
Block a user