From 00c2a583f476b4758c43bc7eaeb093135cd73fab Mon Sep 17 00:00:00 2001 From: zain_arif Date: Fri, 5 Jun 2026 15:13:29 +0700 Subject: [PATCH] add: space --- src/pages/contact/component/DetailContact.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/contact/component/DetailContact.jsx b/src/pages/contact/component/DetailContact.jsx index ed60311..11be6d9 100644 --- a/src/pages/contact/component/DetailContact.jsx +++ b/src/pages/contact/component/DetailContact.jsx @@ -13,7 +13,7 @@ const DetailContact = memo(function DetailContact(props) { id: '', name: '', phone: '', - email: '', + email: '', is_active: true, }; -- 2.49.1