Merge branch 'main' into 21720-material-ui-upgrade
[arvados.git] / services / workbench2 / src / views / not-found-panel / not-found-panel.tsx
index f54c00c32a2f2856636b263bb19f75b8326d6666..c71390f12352353656edb8639efc5bc74aecc0f0 100644 (file)
@@ -6,7 +6,7 @@ import { RootState } from 'store/store';
 import React from 'react';
 import { connect } from 'react-redux';
 import { NotFoundPanelRoot, NotFoundPanelRootDataProps } from 'views/not-found-panel/not-found-panel-root';
-import { Grid } from '@material-ui/core';
+import { Grid } from '@mui/material';
 import { DefaultView } from "components/default-view/default-view";
 import { IconType } from 'components/icon/icon';
 
@@ -36,7 +36,7 @@ export const NotFoundView =
         <Grid
             container
             alignItems="center"
-            justify="center"
+            justifyContent="center"
             style={{ minHeight: "100%" }}
             data-cy="not-found-view">
             <DefaultView