Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elsaperelli committed Sep 15, 2023
1 parent 52ca189 commit 24cd8d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/components/ReleaseModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export default function ReleaseModal({ open = true, onClose, id, resourceType }:
// direct user to published artifact detail page
router.push(location);
}
// TODO/question: -> should we check service for whether artifact already exists in some way for PUT update?
onClose();
}

Expand Down

0 comments on commit 24cd8d4

Please sign in to comment.