feat: use withDefaults in ReminderDetail
This commit is contained in:

committed by
konrad

parent
42c458a736
commit
a56331d39d
@ -2,7 +2,7 @@
|
||||
<div class="datepicker-with-range-container">
|
||||
<Popup
|
||||
:open="open"
|
||||
@close="() => emit('close')"
|
||||
@update:open="(open) => !open && emit('close')"
|
||||
>
|
||||
<template #content="{isOpen}">
|
||||
<div
|
||||
|
Reference in New Issue
Block a user