change the default course
This commit is contained in:
@@ -27,9 +27,9 @@ export const Default: Story = {
|
|||||||
args: {
|
args: {
|
||||||
course: new Course({
|
course: new Course({
|
||||||
uniqueId: 123,
|
uniqueId: 123,
|
||||||
number: '101',
|
number: '311C',
|
||||||
fullName: 'Course 101',
|
fullName: "311C - Bevo's Default Course",
|
||||||
courseName: 'Course',
|
courseName: "Bevo's Default Course",
|
||||||
department: 'BVO',
|
department: 'BVO',
|
||||||
creditHours: 3,
|
creditHours: 3,
|
||||||
status: Status.OPEN,
|
status: Status.OPEN,
|
||||||
|
|||||||
Reference in New Issue
Block a user