change some files
This commit is contained in:
14
ui/forms/course/constant/index.ts
Normal file
14
ui/forms/course/constant/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { CourseFormValues, CourseItem } from "../CourseForm";
|
||||
|
||||
export const COURSE_EMPTY_ITEM: CourseItem = {
|
||||
id: "",
|
||||
title: "",
|
||||
institution: "",
|
||||
year: "",
|
||||
duration: "",
|
||||
description: "",
|
||||
};
|
||||
|
||||
export const COURSE_EMPTY_VALUES: CourseFormValues = {
|
||||
courses: [COURSE_EMPTY_ITEM],
|
||||
};
|
||||
Reference in New Issue
Block a user