allow to change color for asyncupload button

This commit is contained in:
2022-03-21 16:13:02 +01:00
parent 11d57094e8
commit 2ce8b1110d
4 changed files with 27 additions and 8 deletions

View File

@@ -127,7 +127,7 @@
</div>
<ul class="record_actions" v-if="evaluationsForAction.length > 0">
<li>
<button :title="$t('add_an_evaluation')" class="btn btn-create" @click="toggleAddEvaluation"></button>
<button :title="$t('add_an_evaluation')" class="btn btn-create" @click="toggleAddEvaluation">{{ $t('add_an_evaluation') }}</button>
</li>
</ul>
<div v-else>