Remove custom error for background. Do not allow check if background is not set.
This commit is contained in:
parent
7f4b4ed1f3
commit
d376eee5d5
2 changed files with 23 additions and 9 deletions
|
|
@ -18,6 +18,7 @@
|
|||
<div>
|
||||
<button
|
||||
type="button"
|
||||
:disabled="isDisabled"
|
||||
:hidden="taskStarted"
|
||||
class="uk-button uk-width-1-1"
|
||||
:class="[buttonPrimary ? 'uk-button-primary' : 'uk-button-default']"
|
||||
|
|
@ -132,7 +133,12 @@ export default {
|
|||
type: Boolean,
|
||||
required: false,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
isDisabled: {
|
||||
type: Boolean,
|
||||
required: false,
|
||||
default: false
|
||||
},
|
||||
},
|
||||
|
||||
data: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue