From 08a9561fe27176257004c23b7fead023e80cade3 Mon Sep 17 00:00:00 2001 From: Vojta Holik Date: Wed, 8 Jan 2025 15:05:06 +0100 Subject: [PATCH] feat(aih): edit and create lists --- .../app/(content)/posts/_components/edit-post-form-mobile.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/ai-hero/src/app/(content)/posts/_components/edit-post-form-mobile.tsx b/apps/ai-hero/src/app/(content)/posts/_components/edit-post-form-mobile.tsx index 159c4454d..188fde900 100644 --- a/apps/ai-hero/src/app/(content)/posts/_components/edit-post-form-mobile.tsx +++ b/apps/ai-hero/src/app/(content)/posts/_components/edit-post-form-mobile.tsx @@ -47,6 +47,7 @@ export const MobileEditPostForm: React.FC = ({ availableWorkflows, theme = 'light', tagLoader, + listsLoader, }) => { const session = useSession() const videoResource = use(videoResourceLoader) @@ -174,6 +175,7 @@ export const MobileEditPostForm: React.FC = ({ >