Add default response for get category by product method.
This commit is contained in:
parent
400dd5093b
commit
951904abf3
@ -277,6 +277,7 @@ export class UserService {
|
|||||||
return queriedCategory;
|
return queriedCategory;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return 'other';
|
||||||
}
|
}
|
||||||
|
|
||||||
getAccountTypes(): Observable<any> {
|
getAccountTypes(): Observable<any> {
|
||||||
|
Loading…
Reference in New Issue
Block a user