mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
Added 'Retry' button to account change
This commit is contained in:
parent
8222df0e31
commit
266217e109
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ export default class AccountProfilePage extends React.Component {
|
|||
} else if (isSaved) {
|
||||
label = 'Saved';
|
||||
}
|
||||
if (this.context.action === 'updateProfile:failed') {
|
||||
label = 'Retry';
|
||||
}
|
||||
const disabled = isRunning ? true : false;
|
||||
return (
|
||||
<ActionButton
|
||||
|
|
Loading…
Add table
Reference in a new issue