hide save and close button in modal header

This commit is contained in:
Mathieu Jaumotte 2022-02-03 15:58:57 +01:00
parent b8d43f36eb
commit ad46776164

View File

@ -22,10 +22,12 @@
<span class="ms-auto me-3">
<span v-if="title">{{ title }}</span>
</span>
<!--
<a class="btn btn-outline-light">
<i class="fa fa-save fa-fw"></i>
{{ $t('save_and_quit') }}
</a>
-->
</template>
<template v-slot:body>