Skip to content

Commit

Permalink
fixed back button metareview form
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhuhtal committed Jun 25, 2024
1 parent 2845552 commit 023102a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const ProgrammeLevelForm = ({ room }) => {
<div className="hide-in-print-mode">
<SaveIndicator />
<div style={{ marginBottom: '2em' }}>
<Button onClick={() => history.push('/meta-evaluation')} icon="arrow left" />
<Button onClick={() => history.goBack()} icon="arrow left" />
</div>
<img alt="form-header-calendar" className="img-responsive" src={calendarImage} />
</div>{' '}
Expand Down

0 comments on commit 023102a

Please sign in to comment.