diff --git a/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.stories.tsx b/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.stories.tsx index 6d99fc355..7763bdb85 100644 --- a/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.stories.tsx +++ b/web/components/ui/NotifyReminderPopup/NotifyReminderPopup.stories.tsx @@ -25,6 +25,12 @@ const meta = { Clicking it will make the notification modal display. Clicking the "X" will hide the modal and make it never show again.`, }, }, + nextjs: { + appDirectory: true, + navigation: { + searchParams: {}, + }, + }, }, } satisfies Meta;