Skip to content

Commit 7f1f04e

Browse files
committed
Implement Analytics by user data
1 parent 698d8b9 commit 7f1f04e

File tree

1 file changed

+1
-1
lines changed
  • Track 4_ReactJS_Web Development/Project/Frontend/hrc-dashboard/src/components/navigation/Forms

1 file changed

+1
-1
lines changed

Track 4_ReactJS_Web Development/Project/Frontend/hrc-dashboard/src/components/navigation/Forms/AnalyticsForm.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function AnalyticsForm({ setOpened, setAnalyticsButtonDisabled }) {
104104

105105
return (
106106
<>
107-
<Mantine.Box sx={{ maxWidth: 300 }} mx="auto" oncl>
107+
<Mantine.Box sx={{ maxWidth: 300 }} mx="auto">
108108
<form onSubmit={form.onSubmit((values) => handleFormSubmission(values))}>
109109
<Mantine.Divider my="sm" variant="dashed" label="Get Insights" labelPosition="center" />
110110

0 commit comments

Comments
 (0)