From 130d120842b646b53eed5bc29c90fcfda891c5c9 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Fri, 5 Sep 2025 20:17:52 -0500 Subject: [PATCH] Fixing git create. --- src/app/views/Git/Git.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/views/Git/Git.jsx b/src/app/views/Git/Git.jsx index 8f15f2f..68e6e06 100755 --- a/src/app/views/Git/Git.jsx +++ b/src/app/views/Git/Git.jsx @@ -54,14 +54,14 @@ const Git = () => { Global (Group-Shared) Private (User-Specific) - {repoType === 'private' && ( + ( setRepoUser(e.target.value)} fullWidth /> - )} + ) -- 2.43.0