mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
refactor: add readonly prop to BranchHeader component
This commit is contained in:
parent
1513fcd600
commit
3be483085a
@ -259,6 +259,7 @@
|
||||
<div class="branch-card" style:width={maximized ? '100%' : `${laneWidth}px`}>
|
||||
<div class="flex flex-col">
|
||||
<BranchHeader
|
||||
{readonly}
|
||||
{branchController}
|
||||
{branch}
|
||||
{allCollapsed}
|
||||
|
Loading…
Reference in New Issue
Block a user