mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Set auto reset for impersonate copy link button
no issue. - updated copy link button in member impersonate modal to auto reset after clicked so that people understand they can click the button again plus it's consistent with all other task buttons
This commit is contained in:
parent
34d530ab86
commit
21f7013c38
@ -27,6 +27,7 @@
|
||||
@value={{readonly signinUrl}}
|
||||
/>
|
||||
<GhTaskButton
|
||||
@autoReset={{true}}
|
||||
@buttonText="Copy link"
|
||||
@task={{this.copySigninUrl}}
|
||||
@successText="Link copied"
|
||||
|
Loading…
Reference in New Issue
Block a user