Skip to content

Commit 1a05052

Browse files
committed
feat: detect version type (community or enterprise) from version info and update service state
1 parent 6c9b964 commit 1a05052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/shared/components/utm/config/app-config-sections/app-config-sections.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h6 class="font-weight-semibold mb-2">{{section.section | titlecase}}</h6>
186186
</ng-select>
187187
</ng-container>
188188

189-
<ng-container *ngIf="conf.confParamDatatype === ConfigDataTypeEnum.Cron && versionType === VersionType.ENTERPRISE">
189+
<ng-container *ngIf="conf.confParamDatatype === ConfigDataTypeEnum.Cron">
190190
<app-utm-cp-cron-editor [(ngModel)]="conf.confParamValue" (ngModelChange)="save(conf.confParamValue,conf)"></app-utm-cp-cron-editor>
191191
</ng-container>
192192

0 commit comments

Comments
 (0)