Skip to content

Commit

Permalink
using min_length for title to avoid empty value
Browse files Browse the repository at this point in the history
  • Loading branch information
arash77 committed Sep 10, 2024
1 parent b4f2b4d commit 8daf740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/schema/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ class VisualizationCreatePayload(Model):
SanitizedString("Untitled Visualization"),
title="Title",
description="The name of the visualization.",
min_length=3,
)
dbkey: Optional[SanitizedString] = Field(
None,
Expand Down

0 comments on commit 8daf740

Please sign in to comment.