disabled réunions btns

This commit is contained in:
isUnknown 2024-11-18 15:27:41 +01:00
parent 3b2f881424
commit e66ed56324
6 changed files with 23 additions and 4 deletions

View file

@ -1,5 +1,10 @@
<template>
<PdfViewer v-if="dialog.content.slug === 'client-brief'" />
<PdfViewer
v-if="
dialog.content.slug === 'client-brief' ||
dialog.content.slug === 'proposal'
"
/>
</template>
<script setup>
import PdfViewer from "./client-brief/PdfViewer.vue";