Skip to content

Commit

Permalink
fix: select datasource button overlaps with update agent (superagent-…
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalimli authored Feb 16, 2024
1 parent 05333bd commit 2fdbcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/app/agents/[agentId]/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default function Settings({
<Form {...form}>
<form
onSubmit={form.handleSubmit(onSubmit)}
className="w-full space-y-4"
className="w-full space-y-4 pb-20"
>
<Avatar
accept=".jpg, .jpeg, .png"
Expand Down

0 comments on commit 2fdbcdf

Please sign in to comment.