fix: error fix

main
Jonguk. Lim 2 years ago
parent 876385577e
commit 7f7dab245e

@ -49,7 +49,7 @@ const NavGroup = ({ item }) => {
</List>
{/* group divider */}
<Divider sx={{ mt: 0.25, mb: 1.25 }} />
{/* <Divider sx={{ mt: 0.25, mb: 1.25 }} /> */}
</>
);
};

@ -13,7 +13,6 @@ import InputLabel from 'ui-component/extended/Form/InputLabel';
import { List, Save } from '@mui/icons-material';
import FileForm from 'views/cmm/file-ctl/FileForm';
import PropTypes from 'prop-types';
import { value } from 'lodash/seq';
const NewPublicBoardForm = (props) => {
// eslint-disable-next-line react/prop-types

Loading…
Cancel
Save