apolinario commited on
Commit
0ac7f78
·
1 Parent(s): e306cd2

capacity message update

Browse files
ui/src/components/HFJobsWorkflow.tsx CHANGED
@@ -248,7 +248,7 @@ export default function HFJobsWorkflow({ jobConfig, onComplete, hackathonEligibl
248
  console.log('At capacity:', capacityResponse.data.atCapacity);
249
 
250
  if (capacityResponse.data.atCapacity) {
251
- throw new Error('Whoa, our GPUs are going brr 🔥, we are at capacity right now. Try again soon');
252
  }
253
  }
254
 
 
248
  console.log('At capacity:', capacityResponse.data.atCapacity);
249
 
250
  if (capacityResponse.data.atCapacity) {
251
+ throw new Error('Whoa, our GPUs are going brr 🔥, we are at capacity right now. Try again soon, hitting the Get Started button again');
252
  }
253
  }
254