Update key display
[MAILPOET-1950]
This commit is contained in:
committed by
Veljko V
parent
aec3bcd4ef
commit
6c8e248611
@@ -136,10 +136,10 @@ export default function KeyActivation() {
|
|||||||
/>
|
/>
|
||||||
<Inputs>
|
<Inputs>
|
||||||
<Input
|
<Input
|
||||||
type="text"
|
type="password"
|
||||||
id="mailpoet_premium_key"
|
id="mailpoet_premium_key"
|
||||||
name="premium[premium_key]"
|
name="premium[premium_key]"
|
||||||
value={state.key || ''}
|
value={state.key ? 'premium_key' : ''}
|
||||||
onChange={(event) => setState({
|
onChange={(event) => setState({
|
||||||
mssStatus: null,
|
mssStatus: null,
|
||||||
premiumStatus: null,
|
premiumStatus: null,
|
||||||
|
Reference in New Issue
Block a user