Skip to content

Commit

Permalink
Remove obsolete (and duplicate) error alert
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Apr 14, 2020
1 parent 8c344d4 commit 1ef2bf2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions apps/files/src/components/ocDialogPrompt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
:fix-message-line="true"
class="oc-dialog-prompt-input-offset"
></oc-text-input>
<transition name="custom-classes-transition"
enter-active-class="uk-animation-slide-left-small uk-animation-fast"
leave-active-class="uk-animation-slide-right-small uk-animation-fast uk-animation-reverse">
<oc-alert v-if="ocErrorDelayed" class="oc-dialog-prompt-alert" :noClose="true" variation="danger">
{{ ocErrorDelayed }}
</oc-alert>
</transition>
<oc-loader v-if="ocLoading"></oc-loader>
</template>
<template slot="footer">
Expand Down

0 comments on commit 1ef2bf2

Please sign in to comment.