update edit lesson categories,

This commit is contained in:
louiscklaw
2025-04-17 13:26:30 +08:00
parent 6b97358f50
commit ed0d058d04
29 changed files with 1255 additions and 268 deletions

View File

@@ -2,5 +2,6 @@ const COL_LESSON_TYPES = 'LessonsTypes';
const COL_LESSON_CATEGORIES = 'LessonsCategories';
const NO_VALUE = 'NO_VALUE';
const NO_NUM = -Infinity;
const NS_LESSON_CATEGORY = 'lesson_category';
export { COL_LESSON_TYPES, NO_VALUE, NO_NUM, COL_LESSON_CATEGORIES };
export { COL_LESSON_TYPES, NO_VALUE, NO_NUM, COL_LESSON_CATEGORIES, NS_LESSON_CATEGORY };