summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/EventModuleDelete.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/EventModuleDelete.vue')
-rw-r--r--webapp/src/components/EventModuleDelete.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/EventModuleDelete.vue b/webapp/src/components/EventModuleDelete.vue
index b06d29c..0763e58 100644
--- a/webapp/src/components/EventModuleDelete.vue
+++ b/webapp/src/components/EventModuleDelete.vue
@@ -25,7 +25,7 @@
<v-divider></v-divider>
<v-card-actions>
<v-spacer></v-spacer>
- <v-btn flat="flat" @click.native="$store.commit('events/setDialog', { show : false } )">{{ $t('cancel') }}</v-btn>
+ <v-btn text="flat" @click.native="$store.commit('events/setDialog', { show : false } )">{{ $t('cancel') }}</v-btn>
<v-btn color="error" @click="deleteEvents">{{ $t('delete') }}</v-btn>
</v-card-actions>
</v-card>