Skip to content

Commit

Permalink
Capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
abrenneke committed Sep 4, 2024
1 parent b25cb35 commit 9c876f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/hooks/useContextMenuConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ export function useContextMenuConfiguration() {
},
{
id: 'node-run-to-here',
label: 'Run to Here',
label: 'Run to here',
icon: PlayIcon,
},
{
id: 'node-run-from-here',
label: 'Run from Here',
label: 'Run from here',
icon: PlayIcon,
conditional: (context) => {
const { canRunFromHere } = context as { canRunFromHere: boolean };
Expand Down

0 comments on commit 9c876f5

Please sign in to comment.