Browse Source

fix(webapp): remove unsupported attribute

Peter Thomassen 4 năm trước cách đây
mục cha
commit
6eaacc07df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      webapp/src/components/DonateDirectDebitForm.vue

+ 1 - 1
webapp/src/components/DonateDirectDebitForm.vue

@@ -17,7 +17,7 @@
         may be the name appearing on your bank statement.
       </p>
       <p>Again, thank you so much.</p>
-      <v-btn flat depressed outlined block :to="{name: 'home'}">Done</v-btn>
+      <v-btn depressed outlined block :to="{name: 'home'}">Done</v-btn>
     </v-alert>
     <v-form v-if="!done" @submit.prevent="donate" ref="form">
       <v-alert :value="!!(errors && errors.length)" type="error">