Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Jan 31, 2024
1 parent 7a08799 commit 6654589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/PanelHeaderActions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import StatusBadge from './StatusBadge.svelte';
export let status: Status | null = null;
export let indeterminate: bool = false;
export let indeterminate: boolean = false;
</script>

<span class="header-actions">
Expand Down

0 comments on commit 6654589

Please sign in to comment.