We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3684b commit a87138cCopy full SHA for a87138c
packages/react-sdk-components/src/components/designSystemExtension/WssQuickCreate/WssQuickCreate.tsx
@@ -1,6 +1,6 @@
1
import { Button } from '@mui/material';
2
-import './WssQuickCreate.css';
3
import { makeStyles } from '@mui/styles';
+import './WssQuickCreate.css';
4
5
// WssQuickCreate is one of the few components that does NOT have getPConnect.
6
// So, no need to extend PConnProps
@@ -22,6 +22,7 @@ const useStyles = makeStyles(theme => ({
22
export default function WssQuickCreate(props: WssQuickCreateProps) {
23
const { heading, actions } = props;
24
const classes = useStyles();
25
+
26
return (
27
<div>
28
<h1 id='quick-links-heading' className='quick-links-heading'>
0 commit comments