Fix download button formatting

This commit is contained in:
Joel Collins 2020-10-16 14:41:23 +01:00
parent 0bc98104e2
commit b2c6c93284

View file

@ -4,7 +4,7 @@
<button
:disabled="isDownloading"
type="button"
class="uk-button uk-button-default uk-form-small uk-width-1-1"
class="uk-button uk-button-default uk-width-1-1"
@click="downloadWithAxios()"
>
{{ isDownloading ? `${downloadProgress}%` : "Download" }}