Skip to content

Commit

Permalink
refactor(button): remove downloadFile
Browse files Browse the repository at this point in the history
Co-Authored-By: zechmeister <[email protected]>
  • Loading branch information
chohner and zechmeister committed Jul 12, 2024
1 parent b8f25eb commit 2918b74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/components/form-elements/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
},
"text": {
"type": "string"
},
"downloadFile": {
"type": "string"
}
}
}
1 change: 0 additions & 1 deletion types/generated/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export interface FormElementsButton extends Schema.Component {
Attribute.DefaultTo<false>;
href: Attribute.String;
text: Attribute.String;
downloadFile: Attribute.String;
};
}

Expand Down

0 comments on commit 2918b74

Please sign in to comment.