This commit is contained in:
Ren Amamiya
2023-07-23 21:39:04 +07:00
parent 71c4f3db22
commit 22a678ec08
16 changed files with 49 additions and 20 deletions

View File

@@ -57,7 +57,7 @@ export function Composer() {
});
const upload = useImageUploader();
const publish = usePublish();
const { publish } = usePublish();
const uploadImage = async (file?: string) => {
const image = await upload(file);