diff --git a/bun.lock b/bun.lock index f12a1c3..89096d4 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "registry", diff --git a/src/app/components/DragAndDropFile.tsx b/src/app/components/DragAndDropFile.tsx index 4ea6bd2..5c15ab6 100644 --- a/src/app/components/DragAndDropFile.tsx +++ b/src/app/components/DragAndDropFile.tsx @@ -16,6 +16,7 @@ const DragAndDropFile = ({ errorMessage, loading, tooltipComponent, + required, }: { accept: string; title?: string; @@ -26,6 +27,7 @@ const DragAndDropFile = ({ errorMessage?: string; tooltipComponent?: React.ReactNode; loading?: boolean; + required?: boolean; }) => { return (
@@ -33,6 +35,7 @@ const DragAndDropFile = ({
{tooltipComponent ? ( diff --git a/src/app/create/[id]/createBlueprintSteps/EmailDetails.tsx b/src/app/create/[id]/createBlueprintSteps/EmailDetails.tsx index e1791a8..400017c 100644 --- a/src/app/create/[id]/createBlueprintSteps/EmailDetails.tsx +++ b/src/app/create/[id]/createBlueprintSteps/EmailDetails.tsx @@ -156,6 +156,7 @@ const EmailDetails = ({
- +

We auto-write the regexes for all the toggled fields

@@ -934,7 +934,7 @@ const ExtractFields = ({
- +