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>
|
||||
<Input
|
||||
type="text"
|
||||
type="password"
|
||||
id="mailpoet_premium_key"
|
||||
name="premium[premium_key]"
|
||||
value={state.key || ''}
|
||||
value={state.key ? 'premium_key' : ''}
|
||||
onChange={(event) => setState({
|
||||
mssStatus: null,
|
||||
premiumStatus: null,
|
||||
|
Reference in New Issue
Block a user