Skip to content
Snippets Groups Projects
Commit cb0e936f authored by Piotr Gawron's avatar Piotr Gawron
Browse files

typo

parent 29074d4d
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!204Resolve "[MIN-320] opening project without permission"
Pipeline #91825 passed
......@@ -31,7 +31,7 @@ export const AccessDeniedModal: React.FC = () => {
dispatch(openLoginModal());
};
const handleContactdAmin = async (e: React.FormEvent<HTMLButtonElement>): Promise<void> => {
const handleContactAmin = async (e: React.FormEvent<HTMLButtonElement>): Promise<void> => {
e.preventDefault();
window.location.href = `mailto:${adminEmail}`;
};
......@@ -83,7 +83,7 @@ export const AccessDeniedModal: React.FC = () => {
<Button
className="block w-full ring-transparent hover:ring-transparent"
variantStyles="secondary"
onClick={handleContactdAmin}
onClick={handleContactAmin}
>
Contact admin
</Button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment