Removed extra props
This commit is contained in:
parent
3c5fe488cd
commit
3eb0e0592d
@ -51,7 +51,6 @@ export const AddProjectButton: FC<AddProjectButtonProps> = (props) => {
|
||||
<span>
|
||||
<OutlinedButton
|
||||
className="whitespace-nowrap"
|
||||
{...props}
|
||||
onClick={() => setMenuIsOpen(true)}
|
||||
>
|
||||
{props.children || "Add project"}
|
||||
|
Loading…
Reference in New Issue
Block a user