Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ttizze committed Jul 31, 2024
1 parent f9a1590 commit d3d252d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions web/app/feature/translate/utils/extractArticle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ export const extractArticle = (

const resolvedContent = contentDom.serialize();

console.log("article", {
...article,
content: resolvedContent,
});

return { content: resolvedContent, title: article.title };
};
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function UserAITranslationStatus({
{navigation.state === "submitting" ? (
<LoadingSpinner />
) : (
<RotateCcw className="w-4 h-4 mr-2" />
<RotateCcw className="w-4 h-4" />
)}
</Button>
</Form>
Expand Down

0 comments on commit d3d252d

Please sign in to comment.