Fix copy button in collapsed sidebar nav in CopyButton component (#23564)
* fix (#23511) * changelog
This commit is contained in:
parent
89de6267c7
commit
f694c7ffb0
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: Fix the copy token button in the sidebar navigation window when in a collapsed state.
|
||||
```
|
|
@ -34,12 +34,13 @@
|
|||
</LinkTo>
|
||||
</li>
|
||||
{{/if}}
|
||||
<li class="action">
|
||||
<li class="action" id="container">
|
||||
<CopyButton
|
||||
@clipboardText={{this.auth.currentToken}}
|
||||
class="link"
|
||||
@buttonType="button"
|
||||
@success={{action (set-flash-message "Token copied!")}}
|
||||
@container="#container"
|
||||
>
|
||||
Copy token
|
||||
</CopyButton>
|
||||
|
|
Loading…
Reference in New Issue