Explorar o código

Let 'Create Migration' button be enabled

Sergiu Miclea %!s(int64=8) %!d(string=hai) anos
pai
achega
eac8b36b97
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/organisms/ReplicaDetailsContent/index.jsx

+ 1 - 1
src/components/organisms/ReplicaDetailsContent/index.jsx

@@ -122,7 +122,7 @@ class ReplicaDetailsContent extends React.Component<Props, State> {
         <LeftButtons>
           <Button
             primary
-            disabled={this.getStatus() !== 'COMPLETED' || this.isEndpointMissing()}
+            disabled={this.isEndpointMissing()}
             onClick={this.props.onCreateMigrationClick}
           >Create Migration</Button>
         </LeftButtons>