Skip to content

Commit

Permalink
[#64959] pipeline_manager: frontend: Fixed version
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed Oct 8, 2024
1 parent 943c013 commit 7a03075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipeline_manager/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pipeline_manager/frontend/src/core/EditorManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ export default class EditorManager {
* error is returned. Dataflow should be passed in PipelineManager format (translation
* to Baklava format is done )
*
* @param dataflow Dataflow to load. Can be eithe an object or a string
* @param dataflow Dataflow to load. Can be either an object or a string
* @param preventCentering Boolean Blocks view in the same spot.
* @param loadOnly determines whether to load the graph only without adjusting
* the graph rendering. Can be used when validating graphs without their browser
Expand Down

0 comments on commit 7a03075

Please sign in to comment.