Skip to content

Commit

Permalink
Adding separator to keep things organized
Browse files Browse the repository at this point in the history
  • Loading branch information
ivydeliz committed Jan 21, 2025
1 parent 53f70c2 commit 79f06e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/activity/ActivityDirectivesTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
{/if}
{#if canPasteActivityDirectives()}
<ContextMenuItem on:click={pasteActivityDirectives}>{getPasteActivityDirectivesText()}</ContextMenuItem>
<ContextMenuSeparator></ContextMenuSeparator>
{/if}
</svelte:fragment>
</BulkActionDataGrid>

0 comments on commit 79f06e2

Please sign in to comment.