Skip to content

Commit

Permalink
app-card saved
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian committed Nov 4, 2024
1 parent aecc392 commit 16f3fd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/components/app-card/app-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ export const AppCard = ({
id: 'edit',
title: 'Edit',
onClick: () => {
// setIsEditMode(true);
window.location.href = `${API_BASE_URL}/edit-app?id=${id}`;
},
visible: true,
Expand Down

0 comments on commit 16f3fd6

Please sign in to comment.