Skip to content

Commit

Permalink
making content hidden on workflow invocation report edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
assuntad23 committed Apr 11, 2024
1 parent 6344ecb commit d54fcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/controllers/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def create(self, trans, payload=None, **kwd):
"label": "Content",
"area": True,
"value": content,
"hidden": content_hide,
"hidden": True,
},
],
}
Expand Down

0 comments on commit d54fcdd

Please sign in to comment.