Skip to content

Commit

Permalink
fix: remove temp animation
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed May 29, 2023
1 parent 138a190 commit c66db80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/modal/contacts/AddContact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
:title="contactPreset ? 'Edit contact' : 'Add contact'"
@after-leave="clearFields"
>
<template #animation>
<AnimationsProgressBlocks class="w-64" />
</template>

<form @submit.prevent="addContact">
<CommonInput
v-model="name"
Expand Down

0 comments on commit c66db80

Please sign in to comment.