fix(storybook): fix another story not rendering with i18n

This commit is contained in:
Gabe Kangas
2025-01-14 21:27:16 -08:00
parent bd59d8ab40
commit d77b80a94a

View File

@@ -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.`, 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<typeof NotifyReminderPopup>; } satisfies Meta<typeof NotifyReminderPopup>;