Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 26f9c9ff

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

toggles for specific map points

re #9741

Zobrazit rozdíly:

frontend/src/features/TrackingTool/TrackingTool.tsx
27 27
import RightClickPopupMenu from './Import/ImportContextMenu'
28 28
import { buildTheme, getPalette } from '../Theme/ThemeWrapper'
29 29
import AttachFileIcon from '@mui/icons-material/AttachFile'
30
import MapPointToggleables from './Import/MapPointToggleables'
30 31

  
31 32
const mapTheme = buildTheme('light')
32 33

  
......
121 122
                    </Stack>
122 123

  
123 124
                    {pathDto && (
125
                        <Fragment>
126
                            <MapPointToggleables />
124 127
                        <Stack alignItems="flex-end">
125 128
                            <Button
126 129
                                startIcon={<ClearIcon />}
......
131 134
                                Clear Map
132 135
                            </Button>
133 136
                        </Stack>
137
                        </Fragment>
134 138
                    )}
135 139
                </Grid>
136 140

  

Také k dispozici: Unified diff