Skip to content

Commit

Permalink
fix: Component condition-builder type Time should be time not datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
周少波 committed Mar 15, 2024
1 parent 8c009d5 commit c2c7726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_amis_admin/amis/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ class Datetime(Date):
class Time(Date):
"""time"""

type: str = "datetime"
type: str = "time"

class Select(Field):
"""Drop down to select"""
Expand Down

0 comments on commit c2c7726

Please sign in to comment.