mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed publish menu button state not reverting
closes https://github.com/TryGhost/Ghost/issues/11757 - add `autoReset=true` option to task button so that success buttons after switching publish menu state will reset after a few seconds
This commit is contained in:
parent
e887af36d7
commit
9074181461
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
@taskArgs={{hash dropdown=dd}}
|
||||
@successText={{this.successText}}
|
||||
@runningText={{this.runningText}}
|
||||
@autoReset={{true}}
|
||||
@class="gh-btn gh-btn-blue gh-publishmenu-button gh-btn-icon"
|
||||
data-test-publishmenu-save=true
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue