Skip to content

Commit

Permalink
fix skills
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelp committed Jan 8, 2025
1 parent 2e68244 commit 4d4e6f4
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions apps/web/src/components/settings/ProfileSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,22 +135,6 @@ export default function ProfileSettings({
)}
/>
<div>
<FormField
control={form.control}
name="skills"
render={({ field }) => (
<FormItem>
<FormLabel>Skills</FormLabel>
<FormControl>
<Input
placeholder="shadcn"
{...field}
/>
</FormControl>
<FormMessage />
</FormItem>
)}
/>
<Label htmlFor="skills">Skills</Label>
<TagInput
inputFieldPostion="top"
Expand Down

0 comments on commit 4d4e6f4

Please sign in to comment.