Skip to content

Commit

Permalink
do not allow mutliple selection for remote commits
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelLaptev authored and gitbutler-client committed Aug 26, 2024
1 parent f945a5d commit a9c96ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src/lib/commit/CommitCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@

<div class="files-container">
<BranchFilesList
allowMultiple={!isUnapplied}
allowMultiple={!isUnapplied && type !== 'remote'}
{files}
{isUnapplied}
readonly={type === 'remote' || isUnapplied}
Expand Down

0 comments on commit a9c96ee

Please sign in to comment.