Skip to content

Commit 525502d

Browse files
committed
Fixing the tags to be the new updated tag style.
1 parent d448046 commit 525502d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/src/app/plugins/modules/backend-configuration-pn/services/backend-configuration-pn-report.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class BackendConfigurationPnReportService {
5959
);
6060
}
6161

62-
getPlanningsTags(): Observable<OperationDataResult<CommonDictionaryModel[]>> {
62+
getPlanningsTags(): Observable<OperationDataResult<SharedTagModel[]>> {
6363
return this.apiBaseService.get<SharedTagModel[]>(
6464
BackendConfigurationPnReportsMethods.Tags
6565
);

0 commit comments

Comments
 (0)