Skip to content

Commit

Permalink
Merge pull request #676 from lasanthaS/bug-fixing
Browse files Browse the repository at this point in the history
Fix issues in the Publisher portal
  • Loading branch information
tharikaGitHub authored Apr 3, 2024
2 parents a722a8d + 4d2988c commit f57479c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { useIntl, FormattedMessage } from 'react-intl';
import Typography from '@mui/material/Typography';
import Delete from 'AppComponents/KeyManagers/DeleteKeyManager';
import { Link as RouterLink, useHistory } from 'react-router-dom';
import Alert from 'AppComponents/Shared/Alert';
import Alert from '@mui/material/Alert';
import Switch from '@mui/material/Switch';
import Button from '@mui/material/Button';
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const PolicyPanel: FC<PolicyPanelProps> = ({
id={`${currentTab}-tabpanel`}
aria-labelledby={`${currentTab}-tab`}
>
<Box py={1} px={3}>
<Box py={1} px={3} sx={{ height: '100vh' }}>
<PoliciesSection
openAPISpec={openAPISpec}
isChoreoConnectEnabled={isChoreoConnectEnabled}
Expand Down

0 comments on commit f57479c

Please sign in to comment.