0
Fork 0
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:
Peter Zimon 2020-09-28 16:06:21 +02:00
parent 8222df0e31
commit 266217e109

View file

@ -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