mirror of
https://github.com/bitwarden/browser
synced 2025-12-28 06:03:40 +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