fix don't let tag spend logs raise an error on usage tab
This commit is contained in:
parent
7b2e210c7b
commit
0fbe12ef3d
@ -675,7 +675,6 @@ export const tagsSpendLogsCall = async (
|
||||
});
|
||||
if (!response.ok) {
|
||||
const errorData = await response.text();
|
||||
message.error(errorData, 10);
|
||||
throw new Error("Network response was not ok");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user