Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 4669723

Browse files
authored
fix(gui): statistics view can now no longer be resized (#956)
* fix(gui): statistics view can no longer be resized * style: apply automatic fixes of linters Co-authored-by: lars-reimann <[email protected]>
1 parent b3e397d commit 4669723

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

api-editor/gui/src/app/App.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,7 @@ export const App: React.FC = function () {
194194
</Box>
195195
</GridItem>
196196
{showStatistics && (
197-
<GridItem
198-
gridArea="rightPane"
199-
overflow="auto"
200-
w="20vw"
201-
borderLeft={1}
202-
layerStyle="subtleBorder"
203-
resize="horizontal"
204-
>
197+
<GridItem gridArea="rightPane" overflow="auto" w="20vw" borderLeft={1} layerStyle="subtleBorder">
205198
<Box padding={4}>
206199
<StatisticsView />
207200
</Box>

0 commit comments

Comments
 (0)