mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
fixed psa
This commit is contained in:
@@ -92,7 +92,7 @@ export default async function SortTable(props: any) {
|
||||
<tr key={item.uuid}>
|
||||
<td className="whitespace-wrap flex items-center py-4 pl-4 pr-3 text-xs font-medium text-gray-900 ">
|
||||
<Image
|
||||
src={item.imageUrl}
|
||||
src={item.thumbUrl}
|
||||
alt="A image of the product"
|
||||
width="50"
|
||||
height="50"
|
||||
|
||||
@@ -29,7 +29,7 @@ export default function UserRegistration() {
|
||||
|
||||
try {
|
||||
// Replace 'users' with your actual table name
|
||||
await db.insert('users').values(formData);
|
||||
await db.insert(users).values(formData);
|
||||
toast({
|
||||
title: 'Account created.',
|
||||
description: "We've created your account successfully!",
|
||||
|
||||
Reference in New Issue
Block a user