Skip to content

Commit

Permalink
fix: character edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Songkeys committed Aug 23, 2022
1 parent 53609f6 commit f136e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/CharacterManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function CharacterManagement({
bio: character.metadata?.content?.bio ?? "",
});
}
}, [form, character, character?.metadata?.content]);
}, [character, character?.metadata?.content]);

// upload avatar
const handleUpload = async (files: File[]) => {
Expand Down

0 comments on commit f136e48

Please sign in to comment.