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