Email redirect and group dropdown fixes
This commit is contained in:
parent
7ad25e8a95
commit
84731c9e9a
5 changed files with 24 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue