Skip to content

Commit

Permalink
fix: Hitting Execute Workflow button from the assets page doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
ravij3 authored and archieco committed May 10, 2023
1 parent f33eb5f commit 124289e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/selectors/WorkflowSelectorWithModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function WorkflowSelectorWithModal(props) {
const result = await runWorkflow({
databaseId: databaseId,
assetId: assetId,
workflowId: workflowId,
workflowId: newWorkflowId,
});
if (result !== false && Array.isArray(result)) {
if (result[0] === false) {
Expand Down

0 comments on commit 124289e

Please # to comment.