From c71cf5cf6a367843510f3393eccfd05a5cd5ecd6 Mon Sep 17 00:00:00 2001 From: Courtney Myers Date: Tue, 28 Jan 2025 14:45:35 -0500 Subject: [PATCH] Update FRF components to use updated 'tw:' prefix --- app/client/src/routes/frf2022.tsx | 26 +++++++++++++------------- app/client/src/routes/frf2023.tsx | 26 +++++++++++++------------- app/client/src/routes/frf2024.tsx | 26 +++++++++++++------------- 3 files changed, 39 insertions(+), 39 deletions(-) diff --git a/app/client/src/routes/frf2022.tsx b/app/client/src/routes/frf2022.tsx index cfbaa797..1b262cf7 100644 --- a/app/client/src/routes/frf2022.tsx +++ b/app/client/src/routes/frf2022.tsx @@ -268,11 +268,11 @@ function FundingRequestForm(props: { email: string }) { body: ( <>

Error deleting Payment Request {rebate.rebateId}.

-

+

Please notify the helpdesk that a problem exists preventing the deletion of Payment Request form submission{" "} {rebate.rebateId}. @@ -289,7 +289,7 @@ function FundingRequestForm(props: { email: string }) { displayInfoNotification({ id: Date.now(), body: ( -

+

Deleting Payment Request {rebate.rebateId}...

), @@ -312,12 +312,12 @@ function FundingRequestForm(props: { email: string }) { <>

Error deleting Payment Request {rebate.rebateId}.

-

+

Please reload the page to attempt the deletion again, or contact the helpdesk if the problem persists.

@@ -422,16 +422,16 @@ function FundingRequestForm(props: { email: string }) {

{}}> -
-
+
+
@@ -505,7 +505,7 @@ function FundingRequestForm(props: { email: string }) { body: (

{onSubmitSubmission.state === "submitted" ? ( @@ -537,7 +537,7 @@ function FundingRequestForm(props: { email: string }) { body: (

{onSubmitSubmission.state === "submitted" ? ( @@ -610,7 +610,7 @@ function FundingRequestForm(props: { email: string }) { body: (

Draft saved successfully. @@ -626,7 +626,7 @@ function FundingRequestForm(props: { email: string }) { body: (

Error saving draft. diff --git a/app/client/src/routes/frf2023.tsx b/app/client/src/routes/frf2023.tsx index 3c475b5b..f6bf6042 100644 --- a/app/client/src/routes/frf2023.tsx +++ b/app/client/src/routes/frf2023.tsx @@ -254,11 +254,11 @@ function FundingRequestForm(props: { email: string }) { body: ( <>

Error deleting Payment Request {rebate.rebateId}.

-

+

Please notify the helpdesk that a problem exists preventing the deletion of Payment Request form submission{" "} {rebate.rebateId}. @@ -275,7 +275,7 @@ function FundingRequestForm(props: { email: string }) { displayInfoNotification({ id: Date.now(), body: ( -

+

Deleting Payment Request {rebate.rebateId}...

), @@ -298,12 +298,12 @@ function FundingRequestForm(props: { email: string }) { <>

Error deleting Payment Request {rebate.rebateId}.

-

+

Please reload the page to attempt the deletion again, or contact the helpdesk if the problem persists.

@@ -408,16 +408,16 @@ function FundingRequestForm(props: { email: string }) {

{}}> -
-
+
+
@@ -481,7 +481,7 @@ function FundingRequestForm(props: { email: string }) { body: (

{onSubmitSubmission.state === "submitted" ? ( @@ -513,7 +513,7 @@ function FundingRequestForm(props: { email: string }) { body: (

{onSubmitSubmission.state === "submitted" ? ( @@ -577,7 +577,7 @@ function FundingRequestForm(props: { email: string }) { body: (

Draft saved successfully. @@ -593,7 +593,7 @@ function FundingRequestForm(props: { email: string }) { body: (

Error saving draft. diff --git a/app/client/src/routes/frf2024.tsx b/app/client/src/routes/frf2024.tsx index dedac67c..203c2313 100644 --- a/app/client/src/routes/frf2024.tsx +++ b/app/client/src/routes/frf2024.tsx @@ -254,11 +254,11 @@ function FundingRequestForm(props: { email: string }) { body: ( <>

Error deleting Payment Request {rebate.rebateId}.

-

+

Please notify the helpdesk that a problem exists preventing the deletion of Payment Request form submission{" "} {rebate.rebateId}. @@ -275,7 +275,7 @@ function FundingRequestForm(props: { email: string }) { displayInfoNotification({ id: Date.now(), body: ( -

+

Deleting Payment Request {rebate.rebateId}...

), @@ -298,12 +298,12 @@ function FundingRequestForm(props: { email: string }) { <>

Error deleting Payment Request {rebate.rebateId}.

-

+

Please reload the page to attempt the deletion again, or contact the helpdesk if the problem persists.

@@ -408,16 +408,16 @@ function FundingRequestForm(props: { email: string }) {

{}}> -
-
+
+
@@ -481,7 +481,7 @@ function FundingRequestForm(props: { email: string }) { body: (

{onSubmitSubmission.state === "submitted" ? ( @@ -513,7 +513,7 @@ function FundingRequestForm(props: { email: string }) { body: (

{onSubmitSubmission.state === "submitted" ? ( @@ -577,7 +577,7 @@ function FundingRequestForm(props: { email: string }) { body: (

Draft saved successfully. @@ -593,7 +593,7 @@ function FundingRequestForm(props: { email: string }) { body: (

Error saving draft.