From 817f92d39875f0ce8505a88825f7aab2461ca1e5 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 3 Oct 2023 17:58:16 -0700 Subject: [PATCH] refactor: Registration component regExp usage & styles --- web/types/registration.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/types/registration.ts b/web/types/registration.ts index ccb7d8a9c..0c5942e51 100644 --- a/web/types/registration.ts +++ b/web/types/registration.ts @@ -7,4 +7,5 @@ export interface RegistrationItemProps { error?: boolean; label?: string; text?: number | string; + warning?: boolean; } \ No newline at end of file