From: charleswrayjr Date: Sat, 6 Sep 2025 01:17:52 +0000 (-0500) Subject: Fixing git create. X-Git-Url: https://git.phasecustomsoft.com/?a=commitdiff_plain;h=130d120842b646b53eed5bc29c90fcfda891c5c9;p=phs-admin.git Fixing git create. --- 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 /> - )} + )