Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c9762683

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Fixed indexing bugs in backend, minor changes in frontend

Zobrazit rozdíly:

webapp/components/annotation/DocumentAnnotationView.tsx
10 10
    const { annotation } = useContext(AnnotationContext);
11 11

  
12 12
    if (!annotation) {
13
        return <p>Došlo k chybě. Anotace nebyla nalezena</p>;
13
        return <p>Probíhá načítání anotace ...</p>;
14 14
    }
15 15

  
16 16
    return (

Také k dispozici: Unified diff