mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 02:26:14 +03:00
fix commit changes state
This commit is contained in:
parent
de015d2f8c
commit
ccafdd325b
@ -152,7 +152,11 @@
|
||||
</span>
|
||||
</div>
|
||||
</Tooltip>
|
||||
<Button role="primary" href="/projects/{$project?.id}/commit">Commit changes</Button>
|
||||
<Button
|
||||
disabled={$statuses.length === 0}
|
||||
role="primary"
|
||||
href="/projects/{$project?.id}/commit">Commit changes</Button
|
||||
>
|
||||
</div>
|
||||
|
||||
{#if $statuses.length === 0}
|
||||
|
Loading…
Reference in New Issue
Block a user