Skip to content

Commit

Permalink
fix(file): set file droparea button type (#734)
Browse files Browse the repository at this point in the history
Signed-off-by: Cyrille Bourgois <cyrille.bourgois@corp.ovh.com>
  • Loading branch information
Cyrille Bourgois authored Oct 5, 2021
1 parent 63f5134 commit ecfaccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/file/src/js/file.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<div class="oui-file-droparea__text" >
<span ng-bind="::$ctrl.translations.dropArea"></span>
<button class="oui-link"
type="button"
ng-bind="::$ctrl.translations.dropAreaSelector"
ng-click="$ctrl.openFileSelector()"
ng-disabled="$ctrl.disabled">
Expand Down

0 comments on commit ecfaccf

Please sign in to comment.