From 555ca9e009cc5dce964b3e4bb0790e805454e3ea Mon Sep 17 00:00:00 2001 From: oakesk1062 <112085956+oakesk1062@users.noreply.github.com> Date: Tue, 11 Feb 2025 17:29:24 -0500 Subject: [PATCH] Update admin.tsx Changed line 554 htmlFor="reqconceptSelect" changed to htmlFor="conceptSelect" to match the skill version --- app-new/src/components/admin.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-new/src/components/admin.tsx b/app-new/src/components/admin.tsx index a3a053b..631c89f 100644 --- a/app-new/src/components/admin.tsx +++ b/app-new/src/components/admin.tsx @@ -551,7 +551,7 @@ export default function Admin({data}:{data: [Course[], Skill[], Concept[], Group
- +