File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
src/client/src/pages/overview/layout Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 24
24
- Updated the layout of the borehole general tab.
25
25
- Removed deduplication check when adding and detaching attachments.
26
26
- When copying a borehole, attachments won't be copied.
27
- - Removed layers settings for anonymous users.
28
27
- Removed csv lithology import.
29
28
30
29
### Fixed
Original file line number Diff line number Diff line change @@ -136,15 +136,15 @@ const MainSideNav = ({
136
136
setUpload ( true ) ;
137
137
} }
138
138
/>
139
- < NavButton
140
- data-cy = "layers-button"
141
- icon = { < Layers /> }
142
- label = { t ( "usersMap" ) }
143
- selected = { isLayersPanelVisible }
144
- onClick = { handleToggleLayers }
145
- />
146
139
</ >
147
140
) }
141
+ < NavButton
142
+ data-cy = "layers-button"
143
+ icon = { < Layers /> }
144
+ label = { t ( "usersMap" ) }
145
+ selected = { isLayersPanelVisible }
146
+ onClick = { handleToggleLayers }
147
+ />
148
148
</ Stack >
149
149
< Stack
150
150
direction = "column"
You can’t perform that action at this time.
0 commit comments