Back to Super Productivity

Select Project.Component

src/app/features/config/select-project/select-project.component.html

18.10.0232 B
Original Source

@if (to.multiple && triggerLabel()) { {{ triggerLabel() }} } @if (!field.props?.hideNoneOption) { {{ field.props?.defaultLabel || T.G.NONE | translate }} } @for (opt of projectService.list$ | async; track trackById($index, opt)) { }