[KEYCLOAK-1787] Confirming password policy values with ENTER key deletes the first item in table
This commit is contained in:
parent
9dc54815eb
commit
53a198fde8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue