Skip to content

Commit

Permalink
Add missing valid values for simplified_workflow_run_ui_target_history
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Aug 10, 2023
1 parent 8b62c46 commit a18cb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/schema/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ class ExposableGalaxyConfig(Model):
] = "prefer"

simplified_workflow_run_ui_target_history: Annotated[
Literal["prefer_current", "prefer_new"],
Literal["current", "new", "prefer_current", "prefer_new"],
Field(
title="Simplified Workflow Run Ui Target History",
description="""When the simplified workflow run form is rendered, should the invocation outputs
Expand Down

0 comments on commit a18cb33

Please sign in to comment.