From 78b5f1a4606d70a6d83abc51b9c55d5bd66244cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Ram=C3=ADrez?= Date: Wed, 16 Jul 2025 15:18:13 -0300 Subject: [PATCH] fix: inform create request type when creating from UI --- .../Request/link/views/Create.request.link.view.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Request/link/views/Create.request.link.view.tsx b/src/components/Request/link/views/Create.request.link.view.tsx index 03926f752..e9e827261 100644 --- a/src/components/Request/link/views/Create.request.link.view.tsx +++ b/src/components/Request/link/views/Create.request.link.view.tsx @@ -2,7 +2,7 @@ import { fetchTokenDetails } from '@/app/actions/tokens' import { Button } from '@/components/0_Bruddle' import { useToast } from '@/components/0_Bruddle/Toast' -import FileUploadInput, { IFileUploadInputProps } from '@/components/Global/FileUploadInput' +import FileUploadInput from '@/components/Global/FileUploadInput' import Loading from '@/components/Global/Loading' import NavHeader from '@/components/Global/NavHeader' import PeanutActionCard from '@/components/Global/PeanutActionCard' @@ -18,7 +18,6 @@ import { IToken } from '@/interfaces' import { IAttachmentOptions } from '@/redux/types/send-flow.types' import { chargesApi } from '@/services/charges' import { requestsApi } from '@/services/requests' -import { TRequestResponse } from '@/services/services.types' import { fetchTokenSymbol, getRequestLink, isNativeCurrency, printableUsdc } from '@/utils' import * as Sentry from '@sentry/nextjs' import { interfaces as peanutInterfaces } from '@squirrel-labs/peanut-sdk' @@ -174,6 +173,7 @@ export const CreateRequestLinkView = () => { }, baseUrl: BASE_URL, requestId: requestDetails.uuid, + transactionType: 'REQUEST', }) const link = getRequestLink({