|
|
@@ -51,7 +51,6 @@ const CredentialsForm: React.FC<Props> = ({
|
|
|
}
|
|
|
)
|
|
|
.then(({ data }) => {
|
|
|
- console.log("credentials", data);
|
|
|
if (!Array.isArray(data)) {
|
|
|
setAWSCredentials([]);
|
|
|
} else {
|
|
|
@@ -341,4 +340,4 @@ const StyledForm = styled.div`
|
|
|
border: 1px solid #494b4f;
|
|
|
font-size: 13px;
|
|
|
margin-bottom: 30px;
|
|
|
-`;
|
|
|
+`;
|