Make message undo button secondary
This commit is contained in:
parent
7e4c5f16e2
commit
2ee2dffaa7
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
@click="action.callback"
|
@click="action.callback"
|
||||||
:shadow="false"
|
:shadow="false"
|
||||||
class="is-small"
|
class="is-small"
|
||||||
|
type="secondary"
|
||||||
v-for="(action, i) in props.item.data.actions"
|
v-for="(action, i) in props.item.data.actions"
|
||||||
>
|
>
|
||||||
{{ action.title }}
|
{{ action.title }}
|
||||||
|
|
Loading…
Reference in a new issue