Skip to content

Commit

Permalink
Fix jupyter protection
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Dec 25, 2024
1 parent 51702c0 commit 43318f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2113,9 +2113,9 @@ class App extends Component {
key: 'uploadkey',
type: 'upload'
})
showemptyjupyter = true
jupytersave = true
}
showemptyjupyter = true
jupytersave = true
}
if (this.state.decodedtoken.role.includes('audience')) {
joinlecture = true
Expand Down

0 comments on commit 43318f5

Please sign in to comment.