Skip to content

Commit 9e18c17

Browse files
guguclaude
andcommitted
fix: replace remaining "New dashboards" with "All dashboards" in add form
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e8cbf68 commit 9e18c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/components/users/cedar-policy-list/cedar-policy-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<mat-form-field *ngIf="needsDashboard" appearance="outline" class="policy-field">
101101
<mat-label>Dashboard</mat-label>
102102
<mat-select [(ngModel)]="newDashboardId" [ngModelOptions]="{standalone: true}">
103-
<mat-option value="__new__">New dashboards</mat-option>
103+
<mat-option value="*">All dashboards</mat-option>
104104
<mat-option *ngFor="let dashboard of availableDashboards" [value]="dashboard.id">
105105
{{ dashboard.name }}
106106
</mat-option>

0 commit comments

Comments
 (0)