mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:05:44 +00:00
fix: Invalid offset error when using global search
This commit is contained in:
@@ -657,7 +657,7 @@ export function useInfiniteData(args: {
|
||||
|
||||
return data
|
||||
} catch (error: any) {
|
||||
if (error?.response?.data.error === 'INVALID_OFFSET_VALUE') {
|
||||
if (error?.response?.data.error === 'ERR_INVALID_OFFSET_VALUE') {
|
||||
return []
|
||||
}
|
||||
if (error?.response?.data?.error === 'FORMULA_ERROR') {
|
||||
|
||||
Reference in New Issue
Block a user