Email redirect and group dropdown fixes

This commit is contained in:
Darren Clarke 2024-11-25 11:48:19 +01:00
parent 7ad25e8a95
commit 84731c9e9a
5 changed files with 24 additions and 14 deletions

View file

@ -32,13 +32,13 @@ export const InternalButton: FC<InternalButtonProps> = ({
type = "button",
onClick,
}) => (
// @ts-expect-error - don't pass empty href
<MUIButton
variant="contained"
disableElevation
disabled={disabled}
onClick={onClick}
type={type}
href=""
sx={{
fontFamily: "Poppins, sans-serif",
fontWeight: 700,