mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-24 10:02:26 +03:00
Fix switcing between projects disabled state (#4271)
This commit is contained in:
parent
2cdbc5e205
commit
aa6bc6d20c
@ -61,7 +61,7 @@
|
||||
style="pop"
|
||||
kind="solid"
|
||||
icon="chevron-right-small"
|
||||
disabled={selectedProjectId === project}
|
||||
disabled={selectedProjectId === project?.id}
|
||||
on:mousedown={() => {
|
||||
if (selectedProjectId) goto(`/${selectedProjectId}/`);
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user