126 all logs shown when unauthenticated (#130)
* fixing all logs showing when user is unauthenticated * updating api log interceptor * updating api log interceptor * updating api log interceptor
This commit was merged in pull request #130.
This commit is contained in:
@@ -528,8 +528,8 @@ const Logbook: React.FC<unknown> = () => {
|
||||
}, [state.totalEntries, state.pagination?.pageSize])
|
||||
|
||||
useEffect(() => {
|
||||
console.log(state)
|
||||
}, [state])
|
||||
console.log(state.alert)
|
||||
}, [state.alert])
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user