small fix
This commit is contained in:
parent
5c7e93fcc7
commit
4f06984a0d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<Modal v-model:visible="showModal" :options="modalOptions" @confirm="handleClose">
|
<Modal :visible="showModal" @update:visible="showModal = $event" :options="modalOptions" @confirm="handleClose">
|
||||||
<template #title>Meeting Details</template>
|
<template #title>Meeting Details</template>
|
||||||
<div v-if="meeting" class="meeting-details">
|
<div v-if="meeting" class="meeting-details">
|
||||||
<!-- Meeting ID -->
|
<!-- Meeting ID -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue