File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
projects/asset_labeling-frontend/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import ErrorIcon from '@mui/icons-material/Error'
1010import InfoIcon from '@mui/icons-material/Info'
1111import { Container } from '@mui/material'
1212
13- const DEFAULT_APP_ID = 2888048711n
13+ const DEFAULT_APP_ID = 2914159523n
1414const PAGE_SIZE = 100
1515
1616type IdProps = {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import ErrorBoundary from './layout/ErrorBoundary'
77ReactDOM . createRoot ( document . getElementById ( 'root' ) as HTMLElement ) . render (
88 < React . StrictMode >
99 < ErrorBoundary >
10- < App id = { BigInt ( import . meta. env . VITE_APP_ID || 2888048711n ) } />
10+ < App id = { BigInt ( import . meta. env . VITE_APP_ID || 2914159523n ) } />
1111 </ ErrorBoundary >
1212 </ React . StrictMode > ,
1313)
You can’t perform that action at this time.
0 commit comments