[READ-ONLY] Mirror of https://github.com/probablykasper/remind-me-again. Toggleable cron reminders app for Mac, Linux and Windows
linux macos notifications reminder tauri windows
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix new info not resetting

Kasper (Jul 12, 2022, 12:26 AM +0200) 852dab3e f8f46d3e

+2 -2
+2 -2
src/lib/New.svelte
··· 21 21 resize() 22 22 } 23 23 24 - async function create(group: Group) { 25 - const newGroups: Group[] = await runCmd('new_group', { group }) 24 + async function create(newGroup: Group) { 25 + const newGroups: Group[] = await runCmd('new_group', { group: newGroup }) 26 26 editMode = false 27 27 onCreate(newGroups) 28 28 group = newBlank()