Merge branch 'master' into 3d_bin

This commit is contained in:
csawatzky 2026-05-20 11:59:08 -06:00
commit acdc18ce28
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@
"mui-tel-input": "^7.0.0",
"notistack": "^3.0.1",
"openweathermap-ts": "^1.2.10",
"protobuf-ts": "git+https://gitlab+deploy-token-50627:hv8mB4WkyvtjBpJKU1rN@gitlab.com/brandx/protobuf-ts.git#staging",
"protobuf-ts": "git+https://gitlab+deploy-token-50627:hv8mB4WkyvtjBpJKU1rN@gitlab.com/brandx/protobuf-ts.git#master",
"query-string": "^9.2.1",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",

View file

@ -1539,7 +1539,7 @@ export default function BinVisualizer(props: Props) {
<InfoOutlined />
</IconButton>
) : (
<IconButton size="small" onClick={fullScreenHandler.enter}>
<IconButton size="small" onClick={() => fullScreenHandler.enter()}>
<FullscreenIcon />
</IconButton>
)}