From 266217e109f3bc80ca1f24f904b41bad4ea428fa Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Mon, 28 Sep 2020 16:06:21 +0200 Subject: [PATCH] Added 'Retry' button to account change --- ghost/portal/src/components/pages/AccountProfilePage.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghost/portal/src/components/pages/AccountProfilePage.js b/ghost/portal/src/components/pages/AccountProfilePage.js index 6fc928841e..1eda2d1c01 100644 --- a/ghost/portal/src/components/pages/AccountProfilePage.js +++ b/ghost/portal/src/components/pages/AccountProfilePage.js @@ -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 (