diff --git a/examples/nextjs/src/app/components/upload.tsx b/examples/nextjs/src/app/components/upload.tsx index ce8d63e..6373e23 100644 --- a/examples/nextjs/src/app/components/upload.tsx +++ b/examples/nextjs/src/app/components/upload.tsx @@ -57,35 +57,19 @@ export default function UploadData() { return (

- We will start by upserting data to the index. Enter your data below and click the Upsert button. + We will start by upserting data to the index.

{inputFields.map((field, index) => (
handleInputChange(index, e)} className="flex-1 p-2 border rounded-md" placeholder={`Input ${index + 1}`} /> -
))} @@ -97,24 +81,6 @@ export default function UploadData() { > Upsert - -
{response.length !== 0 &&