Skip to content

Commit

Permalink
added save indicator to the form
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhuhtal committed Sep 27, 2024
1 parent 4dea77b commit 0ec9ce5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { formKeys } from '@root/config/data'
import { wsJoinRoom, wsLeaveRoom } from 'Utilities/redux/websocketReducer'
import { clearFormState, setViewOnly } from 'Utilities/redux/formReducer'
import { getTempAnswersByForm } from 'Utilities/redux/tempAnswersReducer'
import SaveIndicator from 'Components/FormView/SaveIndicator'
import Answer from './Answer'
import QuestionPicker from './QuestionPicker'
import FacultyDegreeDropdown from '../FacultyDegreeDropdown'
Expand Down Expand Up @@ -175,6 +176,7 @@ const FacultyTrackingView = ({ faculty }) => {
</div>
)}
</div>
<SaveIndicator />
</>
)
}
Expand Down

0 comments on commit 0ec9ce5

Please sign in to comment.