feat: add drag-and-drop import for schedules (#661)
* testing * feat: add drag-and-drop support to FileUpload (#446) * chore: remove testing comment * chore: fix lint issues * chore: format FileUpload.tsx with prettier --------- Co-authored-by: Uthman Ogungbo <uthmanogungbo@Uthmans-MacBook-Pro.local> Co-authored-by: Uthman Ogungbo <uthmanogungbo@wireless-10-148-166-229.public.utexas.edu> Co-authored-by: Derek <derex1987@gmail.com>
This commit is contained in:
@@ -175,11 +175,11 @@ export default function HeadingAndActions({ course, activeSchedule, onClose }: H
|
||||
description: (
|
||||
<>
|
||||
The section you're adding is for{' '}
|
||||
<span className='text-ut-burntorange whitespace-nowrap'>
|
||||
<span className='whitespace-nowrap text-ut-burntorange'>
|
||||
{course.semester.season} {course.semester.year}
|
||||
</span>
|
||||
, but your current schedule contains sections in{' '}
|
||||
<span className='text-ut-burntorange whitespace-nowrap'>{activeSemesters}</span>. Mixing
|
||||
<span className='whitespace-nowrap text-ut-burntorange'>{activeSemesters}</span>. Mixing
|
||||
semesters in one schedule may cause confusion.
|
||||
</>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user