Skip to content

Commit

Permalink
feat: add isDownload to button
Browse files Browse the repository at this point in the history
  • Loading branch information
SannyNguyenHung committed Nov 27, 2023
1 parent cfc594e commit fb2d505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/form-elements/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
},
"text": {
"type": "string"
},
"isDownload": {
"type": "boolean",
"default": false
}
}
}

0 comments on commit fb2d505

Please sign in to comment.