Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • reactapp/src/Pages/University.js

    r3b6962d raf801e3  
    1414} from "../Components/Styled/EntityList.style";
    1515import { CurrentPageNav } from "../Components/Styled/Main.style";
     16import LoadingSpinner from "../Components/Styled/LoadingSpinner.style";
    1617
    1718const University = () => {
     
    2223
    2324  useEffect(() => {
    24     const url = `http://192.168.0.19:8080/public/faculties?universityId=${params.universityId}`;
     25    const url = `http://192.168.0.29:8080/public/faculties?universityId=${params.universityId}`;
    2526
    2627    const fetchData = async () => {
     
    105106  ) : !fetchError && !loaded ? (
    106107    <div>
    107       <p style={{ marginTop: "140px" }}>се вчитува...</p>
     108      <LoadingSpinner style={{ marginTop: "140px" }}/>
    108109      <Outlet />
    109110    </div>
Note: See TracChangeset for help on using the changeset viewer.