Skip to content

chore(site): replace custom LoadingButton from the one in MUI #10351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Oct 20, 2023
Prev Previous commit
Next Next commit
Replace loading button on form footer
  • Loading branch information
BrunoQuaresma committed Oct 19, 2023
commit 016407ca6348105f3b2cc8b1ecd9c5a07cd380ed
2 changes: 1 addition & 1 deletion site/src/components/FormFooter/FormFooter.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Button from "@mui/material/Button";
import { type FC } from "react";
import { LoadingButton } from "../LoadingButton/LoadingButton";
import { Interpolation, Theme } from "@emotion/react";
import LoadingButton from "@mui/lab/LoadingButton";

export const Language = {
cancelLabel: "Cancel",
Expand Down