Validations added temporarily
This commit is contained in:
@@ -3,7 +3,7 @@ import styles from "./styles.module.css";
|
||||
import AddIcon from "../../icons/add";
|
||||
const PrimaryButton = (props) => {
|
||||
return (
|
||||
<button className={styles.button} {...props}>
|
||||
<button className={styles.button} {...props} type="submit">
|
||||
{props?.icon}
|
||||
{props.text}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user