Skip to content

Commit

Permalink
Merge branch 'master' into ndom91/use-template-dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 authored Sep 13, 2024
2 parents 147a8aa + 0d138fe commit c952ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src/lib/branch/DefaultTargetButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
onclick: () => void;
}
const { selectedForChanges }: Props = $props();
const { selectedForChanges, onclick }: Props = $props();
</script>

{#if selectedForChanges}
Expand Down

0 comments on commit c952ffe

Please sign in to comment.