Skip to content

Commit

Permalink
Get File from Folder default value
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Apr 26, 2024
1 parent c8096d4 commit b75c2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/get-file-from-folder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {
container.className += ' sp-blue-action';

const action = renderActionHeader(actions['documentpicker.open'],
renderValue(params.WFFile, 'Shortcuts'),
renderValue(params.WFFile ?? 'Shortcuts'),
actionText('at path'),
renderValue(params.WFGetFilePath, 'example.txt'),
);
Expand Down

0 comments on commit b75c2e7

Please sign in to comment.