Commit e61b8077 by CalciumIon

chore: remove useless code

parent e77d94ca
...@@ -534,7 +534,6 @@ const LogsTable = () => { ...@@ -534,7 +534,6 @@ const LogsTable = () => {
const res = await API.get(url); const res = await API.get(url);
const { success, message, data } = res.data; const { success, message, data } = res.data;
if (success) { if (success) {
console.log(data);
const newPageData = data.items; const newPageData = data.items;
setActivePage(data.page); setActivePage(data.page);
setPageSize(data.page_size); setPageSize(data.page_size);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment