Skip to content

Commit

Permalink
Everything working, just need amazon validate button
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbertCherrie committed Jun 12, 2024
1 parent 99144aa commit fa0b7a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions _history

This file was deleted.

1 change: 1 addition & 0 deletions app/javascript/components/authentication-form/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const AuthenticationForm = ({ server: { id, name }, product, zone }) => {
// if (authentication.amazon_key) {
// setAmazonEdit(true);
// }
console.log(data);
setState({
isLoading: false,
initialValues: data,
Expand Down

0 comments on commit fa0b7a8

Please sign in to comment.