fix non pageables
This commit is contained in:
@@ -31,7 +31,9 @@ apiAxiosInstance.interceptors.response.use(async r => {
|
||||
baseURL: '',
|
||||
})).data);
|
||||
}
|
||||
r.data = results;
|
||||
if (results) {
|
||||
r.data = results;
|
||||
}
|
||||
return r;
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user