Compare commits
1 Commits
renovate/m
...
fix/saving
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fca319ba36 |
@@ -87,7 +87,7 @@ const GradingSettings = ({ courseId }) => {
|
||||
setIsQueryPending(!isQueryPending);
|
||||
window.scrollTo({ top: 0, behavior: 'smooth' });
|
||||
}
|
||||
}, [savePending]);
|
||||
}, [savePending, savingStatus]);
|
||||
|
||||
if (isLoadingDenied) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user