From fa0b7a89a912c9bfa6fc91030da5ce5cb1ced59b Mon Sep 17 00:00:00 2001 From: Gilbert Cherrie Date: Wed, 21 Feb 2024 09:11:31 -0500 Subject: [PATCH] Everything working, just need amazon validate button --- _history | 3 --- app/javascript/components/authentication-form/index.jsx | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 _history diff --git a/_history b/_history deleted file mode 100644 index aee51e32325..00000000000 --- a/_history +++ /dev/null @@ -1,3 +0,0 @@ -simulate_queue_worker -simulate_queue_worker -exit diff --git a/app/javascript/components/authentication-form/index.jsx b/app/javascript/components/authentication-form/index.jsx index 5e12e9539c8..3b280124a46 100644 --- a/app/javascript/components/authentication-form/index.jsx +++ b/app/javascript/components/authentication-form/index.jsx @@ -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,