mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
GH Auto: Upstream dependencies ADF:8.1.0-15154809688 JS-API:9.1.0-15154809688 using Tag:8.1.0-15154809688 (#4576)
* [ci:force][auto-commit] Update dependencies ADF:8.1.0-15154809688 JS:9.1.0-15154809688 * [ACS-7706] Fixed e2e (#4567) --------- Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
This commit is contained in:
@@ -38,7 +38,7 @@ export class TagsApi {
|
||||
return classObj;
|
||||
}
|
||||
|
||||
async createTags(tags: TagBody[]): Promise<TagEntry[]> {
|
||||
async createTags(tags: TagBody[]): Promise<TagEntry | TagPaging> {
|
||||
try {
|
||||
return this.apiService.tagsApi.createTags(tags);
|
||||
} catch (error) {
|
||||
|
Reference in New Issue
Block a user