Fix build errors
This commit is contained in:
@@ -62,7 +62,6 @@ export default function ZxdbExplorer({
|
||||
const json: Paged<Item> = await res.json();
|
||||
setData(json);
|
||||
} catch (e) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error(e);
|
||||
setData({ items: [], page: 1, pageSize, total: 0 });
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user