fix(storybook): fix another story not rendering with i18n
This commit is contained in:
@@ -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>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user