Skip to content

Commit

Permalink
Fix run shortcut placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Apr 26, 2024
1 parent 2d7aa18 commit 34cbe2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/run-shortcut.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
render: (container: HTMLElement, params: RunShortcutParameters) => {
container.classList.add('sp-shortcut-action');

const action = renderActionHeader(actions['runworkflow'], renderValue(params['WFInput'], 'Output'));
const action = renderActionHeader(actions['runworkflow'], renderValue(params['WFInput'], 'Shortcut'));
action.appendChild(renderParameters(actions['alert'], {
'Input': params['WFInput'],
}));
Expand Down

0 comments on commit 34cbe2d

Please sign in to comment.