1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #-: Add missing data-cy (#2835)

This commit is contained in:
vichansson 2023-11-23 18:17:30 +02:00 committed by GitHub
parent 4b73241133
commit 89045b3bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,6 +163,7 @@ export const HybridInputField = ({
: state.values[id] || ''
}
disabled={state.markedForDeletion.includes(id)}
data-cy={`qc-value-input-${index ?? 0}`}
onChange={(e) => {
const value = e.target.value
if (validateValue(value)) {