refactoring

This commit is contained in:
mpetrov 2025-02-06 15:52:29 +02:00
parent 2214bf8ef2
commit 7ad8913b16

View File

@ -32,7 +32,7 @@
[disabledEventTypes]="[EventType.LC_EVENT, EventType.ERROR, EventType.STATS]" [disabledEventTypes]="[EventType.LC_EVENT, EventType.ERROR, EventType.STATS]"
[defaultEventType]="DebugEventType.DEBUG_CALCULATED_FIELD" [defaultEventType]="DebugEventType.DEBUG_CALCULATED_FIELD"
[active]="true" [active]="true"
[entityId]="data?.id" [entityId]="data.id"
[functionTestButtonLabel]="'common.test-function' | translate" [functionTestButtonLabel]="'common.test-function' | translate"
/> />
</div> </div>