button cancel, set icon with before

This commit is contained in:
2021-07-06 12:10:37 +02:00
parent ca17ca4984
commit c2122d62c6
8 changed files with 11 additions and 18 deletions

View File

@@ -60,7 +60,7 @@
</template>
<button v-if="conc.allowRemove" @click="removeConcerned(conc)" class="btn bt-primary">
<button v-if="conc.allowRemove" @click="removeConcerned(conc)" class="btn btn-primary">
{{ $t('household_members_editor.remove_concerned') }}
</button>
</div>