Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 8c57f958

Přidáno uživatelem Václav Honzík před asi 2 roky(ů)

refactor to use Redux instead of localstate

re #9629

Zobrazit rozdíly:

frontend/src/features/TrackingTool/buildPathVariants.ts
14 14
        [[]]
15 15
    )
16 16

  
17
export const buildPathVariants = async (pathDto: PathDto): Promise<PathVariant[]> => {
17
export const buildPathVariants = (pathDto: PathDto): PathVariant[] => {
18 18
    if (!pathDto.foundCatalogItems) {
19 19
        return []
20 20
    }

Také k dispozici: Unified diff