Fix unit tests and use trueLabel not onLabel to not confuse vue mocks
This commit is contained in:
parent
0e24bb01f4
commit
58dd3f2afe
3 changed files with 9 additions and 6 deletions
|
|
@ -5,8 +5,8 @@
|
|||
<toggle-switch
|
||||
v-model="saveToGallery"
|
||||
label-text="Save to Gallery?"
|
||||
on-label="Saving"
|
||||
off-label="Downloading"
|
||||
true-label="Saving"
|
||||
false-label="Downloading"
|
||||
/>
|
||||
|
||||
<div class="uk-margin">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue