Skip to content

Commit

Permalink
Ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
minhanhld committed Feb 13, 2025
1 parent 92f0262 commit 02ee75a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/create-agent/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ export default function AgentForm() {
toast({
variant: "destructive",
title: "Required information",
description: "Please fill in both the name and bio fields before continuing.",
duration:3000,
description:
"Please fill in both the name and bio fields before continuing.",
duration: 3000,
});
return;
}
Expand Down

0 comments on commit 02ee75a

Please sign in to comment.