[O] Prevent accidental closing

This commit is contained in:
Hykilpikonna
2020-04-26 18:39:55 -04:00
parent aa7cc12876
commit bfe3c62db7
@@ -39,7 +39,7 @@
<!-- Popup --> <!-- Popup -->
<el-dialog :title="`Give a Rating for ${course.name}`" :visible.sync="ratingDialog" :show-close="false" <el-dialog :title="`Give a Rating for ${course.name}`" :visible.sync="ratingDialog" :show-close="false"
width="50%"> width="50%" :close-on-click-modal="false" :close-on-press-escape="false">
<div class="item" v-for="(criteria, index) of ratingCriteria"> <div class="item" v-for="(criteria, index) of ratingCriteria">
<div class="title">{{criteria.title}}</div> <div class="title">{{criteria.title}}</div>