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:
parent
4b73241133
commit
89045b3bcf
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user