We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d271bd commit cb03f25Copy full SHA for cb03f25
website/src/views/optimiser/OptimiserContent.tsx
@@ -167,8 +167,9 @@ const OptimiserContent: React.FC = () => {
167
}, []);
168
169
const buttonOnClick = async () => {
170
- setError(null);
171
setShareableLink(''); // Reset shareable link
+ setIsOptimising(true);
172
+ setError(null);
173
174
const modulesList = Object.keys(timetable);
175
const acadYearFormatted = `${acadYear.split('/')[0]}-${acadYear.split('/')[1]}`;
0 commit comments