We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fa18c commit 6ee0a36Copy full SHA for 6ee0a36
src/routes/projects/[projectId]/workflows/[workflowId]/+page.svelte
@@ -815,7 +815,7 @@
815
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='Close'></button>
816
</div>
817
<div class='modal-body'>
818
- <p>Do you want to save the changes made to the arguments of the current selected workflow selectedWorkflowTask.task</p>
+ <p>Do you want to save the changes made to the arguments of the current selected workflow task?</p>
819
820
<div class='modal-footer'>
821
<button type='button' class='btn btn-secondary' data-bs-dismiss='modal'>Cancel</button>
0 commit comments