fixed Bug: redirecting

Also removed irrelavant console.logs
This commit is contained in:
2026-01-28 12:43:58 +01:00
parent 5aa8a32020
commit 4b08a574d8
5 changed files with 8 additions and 10 deletions

View File

@@ -63,7 +63,6 @@ const APIKeyTable: React.FC = () => {
}
);
const data = await response.json();
console.log(data);
return data;
} catch (error) {
setError("error", "Failed to fetch items", "There is an error");