Show random status and warning
This commit is contained in:
committed by
Eugene Bujak
parent
c5b1105fc1
commit
c025c845d2
@@ -15,6 +15,8 @@ class Encryption extends Component {
|
||||
const {
|
||||
processing,
|
||||
processingConfig,
|
||||
status_cert: statusCert,
|
||||
status_key: statusKey,
|
||||
...values
|
||||
} = encryption;
|
||||
|
||||
@@ -29,6 +31,8 @@ class Encryption extends Component {
|
||||
<Form
|
||||
initialValues={{ ...values }}
|
||||
processing={encryption.processingConfig}
|
||||
statusCert={statusCert}
|
||||
statusKey={statusKey}
|
||||
onSubmit={this.handleFormSubmit}
|
||||
/>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user