working on Autocomplete field for member addition to projects
This commit is contained in:
@@ -16,5 +16,4 @@ public interface ProjectService {
|
||||
loadMembers(List.of(project));
|
||||
return project;
|
||||
}
|
||||
Map<Long, Map<String,Object>> mapProjects(Map<Long, Project> projects);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user