added missing id attribute (#2858)

fixes: #2837
This commit is contained in:
Erik Jan de Wit 2022-06-23 11:23:57 +02:00 committed by GitHub
parent b3c4bfe6e3
commit 2ce59b6f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -286,6 +286,7 @@ export const ScopeForm = ({ clientScope, save }: ScopeFormProps) => {
control={control}
render={({ onChange, value }) => (
<KeycloakTextInput
id="kc-gui-order"
type="number"
value={value}
data-testid="displayOrder"