Skip to content

Commit ead082f

Browse files
committed
Update snaps
1 parent 3935a49 commit ead082f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/pf4-component-mapper/src/tests/__snapshots__/form-fields.test.js.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,6 +1587,7 @@ exports[`FormFields should render Textarea correctly 1`] = `
15871587
className=""
15881588
id="someIdKey"
15891589
innerRef={null}
1590+
isDisabled={false}
15901591
isRequired={false}
15911592
name="Name of the field"
15921593
onBlur={[Function]}
@@ -2947,6 +2948,7 @@ exports[`FormFields should render disabled Textarea correctly 1`] = `
29472948
disabled={true}
29482949
id="someIdKey"
29492950
innerRef={null}
2951+
isDisabled={false}
29502952
isRequired={false}
29512953
name="Name of the field"
29522954
onBlur={[Function]}

0 commit comments

Comments
 (0)