Skip to content

Commit

Permalink
Merge pull request #128 from fanbinbill/patch-1
Browse files Browse the repository at this point in the history
update button(FormItem)
  • Loading branch information
amisadmin authored Sep 28, 2023
2 parents 44ee8a7 + 23030f6 commit 16834ac
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 @@ -790,7 +790,7 @@ class InputSubForm(FormItem):
class Button(FormItem):
"""Button"""

type = "button"
type: str = "button"
className: str = None # Specify the add button class name
url: str = None # Click the jump address, specify the behavior of this attribute button is consistent with the
# a link
Expand Down

0 comments on commit 16834ac

Please sign in to comment.