-
Notifications
You must be signed in to change notification settings - Fork 3
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
Task/48/design create request view #112
Conversation
@@ -1,19 +1,15 @@ | |||
import { useState, useEffect, useRef } from "react"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you remove this?
import { Link } from "react-router-dom"; | ||
import "./StudentDashboard.css"; | ||
import StudentNavbar from "../../components/student/StudentNavbar/StudentNavbar"; | ||
import StudentViewFilter from "../../components/student/StudentViewFilter/StudentViewFilter"; | ||
import DesktopIssueDetails from "../../components/student/StudentIssueOverlay/DesktopIssueDetails"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and this
@@ -83,33 +80,6 @@ const StudentDashboard = () => { | |||
} | |||
}; | |||
|
|||
// Ref for the overlay div |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this whole part of the code implemented the issue overlay
Submit button
Lint errors fixed
close button added