fix: remove hardcoded limit in query params

This commit is contained in:
CREDO23 2025-12-29 17:23:31 +02:00
parent 3ec2d46051
commit 6b1317435a
3 changed files with 8 additions and 12 deletions

View file

@ -494,7 +494,7 @@ export default function LogsManagePage() {
<LogsSummaryDashboard
summary={summary}
loading={summaryLoading}
error={summaryError}
error={summaryError?.message ?? null}
onRefresh={refreshSummary}
/>