Skip to content

Commit

Permalink
Merge pull request #164 from zhousbo/master
Browse files Browse the repository at this point in the history
fix: Component condition-builder type Time should be time not datetime
  • Loading branch information
amisadmin authored Mar 24, 2024
2 parents 8c009d5 + c2c7726 commit adb9e2f
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 adb9e2f

Please sign in to comment.