mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
Fix bug in PushButton component
- show selected action rather than preferred action
This commit is contained in:
parent
fd3e846989
commit
0082099f8c
@ -55,7 +55,7 @@
|
||||
dispatch('trigger', { action });
|
||||
}}
|
||||
>
|
||||
{labels[$preferredAction]}
|
||||
{labels[action]}
|
||||
<ContextMenu slot="context-menu" bind:this={contextMenu}>
|
||||
<ContextMenuSection>
|
||||
<ContextMenuItem
|
||||
|
Loading…
Reference in New Issue
Block a user