mirror of
https://github.com/bitwarden/web
synced 2026-01-15 15:03:13 +00:00
dont stop prob on label simple label click for cb list
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<input type="checkbox" [(ngModel)]="g.checked" name="Groups[{{i}}].Checked" appStopProp>
|
||||
</td>
|
||||
<td (click)="check(g)">
|
||||
<span appStopProp>{{g.name}}</span>
|
||||
{{g.name}}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user