chore(ui): replace placeholder company name

This commit is contained in:
Nicholas Penree
2025-03-12 09:10:04 -04:00
parent 8f671d1691
commit 68f608bdc9
8 changed files with 8 additions and 8 deletions

View File

@@ -119,7 +119,7 @@ export const UpdateMysql = ({ mysqlId }: Props) => {
<FormItem>
<FormLabel>Name</FormLabel>
<FormControl>
<Input placeholder="Tesla" {...field} />
<Input placeholder="Vandelay Industries" {...field} />
</FormControl>
<FormMessage />