Преглед изворни кода

Let 'Create Migration' button be enabled

Sergiu Miclea пре 8 година
родитељ
комит
eac8b36b97
1 измењених фајлова са 1 додато и 1 уклоњено
  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>