Skip to content

Commit

Permalink
Fix loading icon
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKrol committed Nov 10, 2024
1 parent 0733693 commit c43daf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/BranchButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@
</ul>
</div>
{/if}
<LoadingIcon bind:visible={showLoadingIcon} />
</div>
<LoadingIcon bind:visible={showLoadingIcon} />

<style>
.branch-dropdown {
Expand Down

0 comments on commit c43daf9

Please sign in to comment.