Просмотр исходного кода

Let 'Create Migration' button be enabled

Sergiu Miclea 8 лет назад
Родитель
Сommit
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>