mirror of
https://github.com/transformerlab/transformerlab-app.git
synced 2025-04-14 07:48:20 +03:00
zoom in and out buttons don't work so hide
This commit is contained in:
@@ -665,7 +665,7 @@ export default function ModelLayerVisualization({
|
||||
<Typography level="h2">Model Layer Visualization</Typography>
|
||||
|
||||
<Stack direction="row" spacing={1}>
|
||||
<IconButton
|
||||
{/* <IconButton
|
||||
color="neutral"
|
||||
onClick={handleZoomOut}
|
||||
aria-label="Zoom out"
|
||||
@@ -679,7 +679,7 @@ export default function ModelLayerVisualization({
|
||||
aria-label="Zoom in"
|
||||
>
|
||||
<ZoomIn />
|
||||
</IconButton>
|
||||
</IconButton> */}
|
||||
|
||||
<Button
|
||||
color="neutral"
|
||||
|
||||
Reference in New Issue
Block a user