From 5f213552b0c466116c0e00f2311d0a0bf2b6643d Mon Sep 17 00:00:00 2001 From: lesion Date: Fri, 22 Mar 2019 01:02:26 +0100 Subject: [PATCH] minor --- client/src/components/Export.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Export.vue b/client/src/components/Export.vue index 20b9391c..e668440e 100644 --- a/client/src/components/Export.vue +++ b/client/src/components/Export.vue @@ -11,7 +11,7 @@ el-tab-pane.pt-1(label='email' name='email') p(v-html='$t(`export_email_explanation`)') - el-form(@submit.native.prevent='add_notification') + el-form(@submit.native.prevent) //- el-switch(v-model='notification.notify_on_add' :active-text="$t('notify_on_insert')") //- br //- el-switch.mt-2(v-model='notification.send_notification' :active-text="$t('send_notification')")