{{ label }}
@if (selectDashboardStateFormGroup.get('dashboardStateId').value) {
}
@for (state of filteredStatesDashboard$ | async; track state) {
}
@if (selectDashboardStateFormGroup.get('dashboardStateId').hasError('required')) {
{{ 'widget-action.target-dashboard-state-required' | translate }}
}