This commit is contained in:
Manav Rathi 2024-07-10 16:01:04 +05:30
parent 0f4459112e
commit 2865b33fc2
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ const EnableML: React.FC<EnableMLProps> = ({ onEnable }) => {
"Enable ML (Machine Learning) for face recognition, magic search and other advanced search features",
)}
</Typography>
<Stack spacing={"8px"} >
<Stack spacing={"8px"}>
<Button color={"accent"} size="large" onClick={onEnable}>
{t("ENABLE")}
</Button>

View File

@ -1,4 +1,4 @@
import { ButtonProps } from "@mui/material";
import type { ButtonProps } from "@mui/material";
export interface DialogBoxAttributes {
icon?: React.ReactNode;