add feature to set user defined expiration on every user close #4
This commit is contained in:
@@ -18,7 +18,15 @@
|
||||
<q-btn class="q-ma-md" color="primary" no-caps @click="addAttendees">{{ localTitle }}</q-btn>
|
||||
</div>
|
||||
</DialogFrame>
|
||||
<EditAllDialog ref="newEventRef" v-on:update="(val) => resolveNewEvent(val)"></EditAllDialog>
|
||||
<EditAllDialog
|
||||
ref="newEventRef"
|
||||
v-on:update="
|
||||
(val) => {
|
||||
resolveNewEvent(val);
|
||||
NotifyResponse($t('memberUpdated'));
|
||||
}
|
||||
"
|
||||
></EditAllDialog>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user