mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-18 09:55:48 -07:00
Fixed Issues with Log Management System
This commit is contained in:
@@ -322,7 +322,6 @@ const defaultColDef = useMemo(
|
||||
setLogs(Array.isArray(data?.logs) ? data.logs : logs);
|
||||
setEntries([]);
|
||||
setEntriesMeta(null);
|
||||
setActionMessage("Log files deleted.");
|
||||
if (target) {
|
||||
sendNotification(`Log "${target}" Deleted Successfully`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user