Skip to content

Commit

Permalink
Update interactive-metadata.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryamathuria authored Apr 30, 2024
1 parent 52ada57 commit bfdb2ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ function getWorkFlowInformation(el) {
'workflow-hue-sat': ['slider-tray'],
'workflow-generate-select-generate': ['generate', 'selector-tray', 'generate', 'crop', 'start-over'],
'workflow-generate-selector': ['generate', 'selector-tray', 'generate', 'start-over'],
'workflow-generate-select': ['generate', 'selector-tray', 'start-over'],
'workflow-generate-triple-selector': ['generate', 'selector-tray', 'generate', 'selector-tray', 'generate', 'selector-tray', 'start-over'],
};
const wfNames = Object.keys(intWorkFlowConfig);
Expand Down

0 comments on commit bfdb2ee

Please sign in to comment.