Skip to content

Commit e2d93c8

Browse files
Fix ResetPasswordForm definition (#80)
1 parent dd5849d commit e2d93c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/settings/profile.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const breadcrumbs: BreadcrumbItem[] = [
1919
},
2020
];
2121

22-
interface ProfileForm {
22+
type ProfileForm = {
2323
name: string;
2424
email: string;
2525
}

0 commit comments

Comments
 (0)