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"
|
||||
:shadow="false"
|
||||
class="is-small"
|
||||
type="secondary"
|
||||
v-for="(action, i) in props.item.data.actions"
|
||||
>
|
||||
{{ action.title }}
|
||||
|
|
Loading…
Reference in a new issue