This commit is contained in:
austinkelsay 2024-07-26 23:48:55 -05:00
parent 6c79bacda0
commit b52b17f729

View File

@ -48,7 +48,6 @@ const CourseForm = () => {
setDrafts(drafts);
}
if (resources.length > 0) {
console.log('resources:', resources);
setResources(resources);
}
if (workshops.length > 0) {