Skip to content

Commit

Permalink
DBG - show why button is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Oct 17, 2024
1 parent 4b1ef53 commit 0b5f3c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/PodCreateModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ export const PodCreateModal = ({ user, systemServiceAvailable, userServiceAvaila
</Form>
);

if (isFormInvalid(validationFailed)) {
console.log("INVALID", JSON.stringify(validationFailed));
console.log("publish", JSON.stringify(publish));
console.log("volumes", JSON.stringify(volumes));
}

return (
<Modal isOpen
position="top" variant="medium"
Expand Down

0 comments on commit 0b5f3c7

Please sign in to comment.