Skip to content

Commit

Permalink
Fix VariableEntityType Bug external-data-tool -> external_data_tool (l…
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoNingNing authored and lau-td committed Oct 23, 2024
1 parent 72042cf commit bd3ac92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/app/app_config/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class VariableEntityType(str, Enum):
SELECT = "select"
PARAGRAPH = "paragraph"
NUMBER = "number"
EXTERNAL_DATA_TOOL = "external-data-tool"
EXTERNAL_DATA_TOOL = "external_data_tool"


class VariableEntity(BaseModel):
Expand Down

0 comments on commit bd3ac92

Please sign in to comment.