File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export abstract class Button extends buttonBaseClass implements FormSubmitter {
72
72
* If not specified, the browser will determine a filename.
73
73
* This is only applicable when the button is used as a link (`href` is set).
74
74
*/
75
- @property ( ) downloadFilename = '' ;
75
+ @property ( ) download = '' ;
76
76
77
77
/**
78
78
* Where to display the linked `href` URL for a link button. Common options
@@ -191,7 +191,7 @@ export abstract class Button extends buttonBaseClass implements FormSubmitter {
191
191
aria-haspopup ="${ ariaHasPopup || nothing } "
192
192
aria-expanded ="${ ariaExpanded || nothing } "
193
193
href =${ this . href }
194
- download =${ this . downloadFilename || nothing }
194
+ download =${ this . download || nothing }
195
195
target=${ this . target || nothing }
196
196
> ${ this . renderContent ( ) }
197
197
</ a > ` ;
You can’t perform that action at this time.
0 commit comments