cleanup, temp fix for PT bug #160768940

This commit is contained in:
dandds
2018-09-25 14:34:55 -04:00
parent 7ae201655a
commit 774df938c4
2 changed files with 8 additions and 6 deletions

View File

@@ -42,8 +42,10 @@
</div>
</div>
<div v-for="title in errors">
{{ Alert(message=None, level="error", vue_template=True) }}
<div> {# this extra div prevents this bug: https://www.pivotaltracker.com/story/show/160768940 #}
<div v-cloak v-for="title in errors" :key="title">
{{ Alert(message=None, level="error", vue_template=True) }}
</div>
</div>
<div class="block-list project-list-item">