]> PHS Git Server - phs-admin.git/commitdiff
Running in dev mode to allow faster reloading.
authorcharleswrayjr <charleswrayjr@gmail.com>
Sun, 7 Sep 2025 00:29:28 +0000 (19:29 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Sun, 7 Sep 2025 00:29:28 +0000 (19:29 -0500)
src/app/views/Git/Git.jsx

index 68e6e06db4adb7af7065fb14397e99058b45451f..165d9ec0221eedda3f1310efa6307c0993348505 100755 (executable)
@@ -54,14 +54,12 @@ const Git = () => {
           <MenuItem value="global">Global (Group-Shared)</MenuItem>
           <MenuItem value="private">Private (User-Specific)</MenuItem>
         </Select>
-        (
           <TextField
             label="Username"
             value={repoUser}
             onChange={(e) => setRepoUser(e.target.value)}
             fullWidth
           />
-        )
         <Button type="submit" variant="contained" color="primary">Create Repository</Button>
       </form>