mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Update snapshot fixes CopyField component test
This commit is contained in:
parent
f469b6b908
commit
bd10d5dca3
@ -36,7 +36,7 @@ import DsButton from '@@/components/navigation/Button/Button'
|
||||
export default {
|
||||
name: 'DsCopyField',
|
||||
components: {
|
||||
DsButton
|
||||
'ds-button': DsButton
|
||||
},
|
||||
props: {
|
||||
/**
|
||||
|
||||
@ -11,10 +11,11 @@ exports[`CopyField.vue matches snapshot 1`] = `
|
||||
<div
|
||||
class="ds-copy-field-link"
|
||||
>
|
||||
<ds-button
|
||||
<ds-button-stub
|
||||
color="soft"
|
||||
ghost=""
|
||||
ghost="true"
|
||||
icon="copy"
|
||||
linktag="button"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user