Fix lint warnings

This commit is contained in:
Julian Stirling 2025-10-27 18:17:14 +00:00
parent c085d2c0ac
commit a5da5241ae
6 changed files with 29 additions and 31 deletions

View file

@ -5,7 +5,7 @@
isDisabled ? 'uk-button-disabled' : '',
buttonPrimary ? 'uk-button-primary' : 'uk-button-default',
]"
:href="URL"
:href="url"
download
>
{{ buttonLabel }}</a
@ -22,7 +22,7 @@ export default {
required: false,
default: true,
},
URL: {
url: {
type: String,
required: true,
},

View file

@ -95,9 +95,11 @@ export default {
props: {
dataSchema: {
type: Object,
required: true,
},
value: {
type: null,
required: true,
},
label: {
type: String,