ui-soxo-bootstrap-core 2.6.36 → 2.6.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -32,7 +32,7 @@ const UserAdd = ({ model, callback, edit, history, formContent, match, additiona
|
|
|
32
32
|
// for default branch
|
|
33
33
|
// const [defaultBranch, setDefaultBranch] = useState(null);
|
|
34
34
|
//Need to check this condition
|
|
35
|
-
const [authentication, setAuthentication] = useState(
|
|
35
|
+
const [authentication, setAuthentication] = useState(true);
|
|
36
36
|
|
|
37
37
|
/**To store user values */
|
|
38
38
|
const [users, setUsers] = useState([]);
|