Back to Super Productivity

Select Project.Component

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

18.9.1184 B
Original Source

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