We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b3719 commit 7b26f8dCopy full SHA for 7b26f8d
apps/webapp/app/components/logs/LogsTable.tsx
@@ -214,16 +214,6 @@ export function LogsTable({
214
<div className="flex items-center justify-center py-12">
215
<div className="flex flex-col items-center gap-3">
216
<span className="text-text-dimmed">Showing all {logs.length} logs</span>
217
- {onCheckForMore && (
218
- <Button
219
- LeadingIcon={ArrowPathIcon}
220
- variant="tertiary/small"
221
- onClick={onCheckForMore}
222
- disabled={isLoadingMore}
223
- >
224
- {isLoadingMore ? "Checking…" : "Check for new logs"}
225
- </Button>
226
- )}
227
</div>
228
229
)}
0 commit comments