Skip to content

Commit

Permalink
fix(alias inputs): fix type for linked input
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaphaRoudsari committed Dec 10, 2020
1 parent f59bb77 commit 326b731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queenbee/io/inputs/alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class DAGLinkedInputAlias(DAGGenericInputAlias):
A linked input alias will be hidden in the UI and will be linked to an object in
the UI using the input handler.
"""
type: constr(regex='^DAGGenericInputAlias$') = 'DAGGenericInputAlias'
type: constr(regex='^DAGLinkedInputAlias$') = 'DAGLinkedInputAlias'


class DAGStringInputAlias(DAGGenericInputAlias):
Expand Down

0 comments on commit 326b731

Please sign in to comment.