course creation
This commit is contained in:
@@ -451,7 +451,7 @@ export class AgentService {
|
||||
sortDir: 'asc',
|
||||
} as any).pipe(
|
||||
switchMap((result) => {
|
||||
const agents = result.data;
|
||||
const agents = result.content;
|
||||
if (agents.length === 0) {
|
||||
return of(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user