From 24ffb826165fda4facb54482525231b1b1379887 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Tue, 27 May 2025 23:11:58 +0530 Subject: [PATCH] removed fixed height from select label field --- src/components/Directory/UpdateContact.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Directory/UpdateContact.jsx b/src/components/Directory/UpdateContact.jsx index 03ae906c..6c9e75a9 100644 --- a/src/components/Directory/UpdateContact.jsx +++ b/src/components/Directory/UpdateContact.jsx @@ -386,8 +386,8 @@ await submitContact({ ...cleaned, id: existingContact.id });