Skip to content

Commit ba3fc11

Browse files
Fix lint error
1 parent d18ae10 commit ba3fc11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/document.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export function DocumentToolCall({
8686
}: DocumentToolCallProps) {
8787
return (
8888
<button
89+
type="button"
8990
className="cursor pointer w-fit border py-2 px-3 rounded-xl flex flex-row items-start justify-between gap-3"
9091
onClick={(event) => {
9192
const rect = event.currentTarget.getBoundingClientRect();

0 commit comments

Comments
 (0)