iachat/app/javascript/dashboard/routes/dashboard/settings/automation/Index.vue
Muhsin Keloth 9306b725d8
chore: Fix pre-commit hooks (#3525)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-12-08 17:32:00 -08:00

13 lines
268 B
Vue

<template>
<div class="column content-box">
<woot-button
color-scheme="success"
class-names="button--fixed-right-top"
icon="add-circle"
>
{{ $t('AUTOMATION.HEADER_BTN_TXT') }}
</woot-button>
</div>
</template>
<script></script>