Skip to content

Commit

Permalink
[WM-2589] add isPrivate to workflow submission metric (#4785)
Browse files Browse the repository at this point in the history
  • Loading branch information
mspector authored Apr 25, 2024
1 parent 3e2066b commit 2a2f8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/workflows-app/components/SubmitWorkflowModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export const SubmitWorkflowModal = ({
methodUrl: methodVersion.url,
methodVersion: methodVersion.name,
methodSource: method.source,
methodIsPrivate: method.isPrivate,
previouslyRun: method.last_run.previously_run,
});
Nav.goToPath('workspace-workflows-app-submission-details', {
Expand Down

0 comments on commit 2a2f8d0

Please sign in to comment.