This commit is contained in:
root
2025-10-20 07:51:36 +00:00
parent 974462e983
commit 476b09499a
8 changed files with 247 additions and 112 deletions
+2 -2
View File
@@ -807,12 +807,12 @@ export default function Logs() {
</div>
<div className="flex flex-wrap items-center justify-end gap-3">
<button
<Button
onClick={handleResetFilters}
className="rounded-md border border-gray-600 px-4 py-2 text-gray-200 transition hover:bg-gray-700"
>
Zurücksetzen
</button>
</Button>
</div>
</div>
)}