Fix typo "notification"

This commit is contained in:
Gilles Devillers
2026-03-17 10:52:50 +01:00
committed by GitHub
parent 3c29d4a19f
commit 6245f25b7c
2 changed files with 3 additions and 3 deletions

View File

@@ -1012,11 +1012,11 @@ const TaskInput = ({ autoFocus, onChoreUpdate, isModalOpen, onClose }) => {
if (
metadata.notifications !== notificationMetadata.templates
) {
const newNotificaitonMetadata = {
const newNotificationMetadata = {
...notificationMetadata,
templates: metadata.notifications,
}
setNotificationMetadata(newNotificaitonMetadata)
setNotificationMetadata(newNotificationMetadata)
}
}}
value={notificationMetadata}