web: close reminder dialog on setting snooze time (#3842)

This commit is contained in:
Muhammad Ali
2023-11-21 10:53:53 +05:00
committed by GitHub
parent 06bb9e654b
commit 290b0dfc78

View File

@@ -105,6 +105,7 @@ export default function ReminderPreviewDialog(
id: reminder.id,
snoozeUntil: Date.now() + time.interval
});
props.onClose(false);
}}
sx={{
borderRadius: 100,