mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
hide save and close button in modal header
This commit is contained in:
parent
b8d43f36eb
commit
ad46776164
@ -22,10 +22,12 @@
|
|||||||
<span class="ms-auto me-3">
|
<span class="ms-auto me-3">
|
||||||
<span v-if="title">{{ title }}</span>
|
<span v-if="title">{{ title }}</span>
|
||||||
</span>
|
</span>
|
||||||
|
<!--
|
||||||
<a class="btn btn-outline-light">
|
<a class="btn btn-outline-light">
|
||||||
<i class="fa fa-save fa-fw"></i>
|
<i class="fa fa-save fa-fw"></i>
|
||||||
{{ $t('save_and_quit') }}
|
{{ $t('save_and_quit') }}
|
||||||
</a>
|
</a>
|
||||||
|
-->
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-slot:body>
|
<template v-slot:body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user