[KEYCLOAK-1787] Confirming password policy values with ENTER key deletes the first item in table

This commit is contained in:
Giriraj Sharma 2015-09-17 23:54:29 +05:30
parent 9dc54815eb
commit 53a198fde8

View file

@ -34,7 +34,7 @@
placeholder="No value assigned" min="1" required>
</td>
<td class="kc-action-cell">
<button class="btn btn-default btn-block btn-sm" ng-click="removePolicy($index)">Delete</button>
<button type="button" class="btn btn-default btn-block btn-sm" ng-click="removePolicy($index)">Delete</button>
</td>
</tr>
</tbody>