Skip to content

Commit

Permalink
feat(aih): edit and create lists
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtaholik authored and kodiakhq[bot] committed Jan 8, 2025
1 parent 3d1c2ae commit 08a9561
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const MobileEditPostForm: React.FC<EditPostFormProps> = ({
availableWorkflows,
theme = 'light',
tagLoader,
listsLoader,
}) => {
const session = useSession()
const videoResource = use(videoResourceLoader)
Expand Down Expand Up @@ -174,6 +175,7 @@ export const MobileEditPostForm: React.FC<EditPostFormProps> = ({
>
<div className="flex flex-col gap-8">
<PostMetadataFormFields
listsLoader={listsLoader}
tagLoader={tagLoader}
form={form}
videoResourceLoader={videoResourceLoader}
Expand Down

0 comments on commit 08a9561

Please sign in to comment.