Skip to content

Commit

Permalink
Modify property label form title to fix failing cypress test (#6410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmacioro authored and Łukasz Bigorajski committed Jul 18, 2024
1 parent ab7c728 commit 48fde6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function Properties({
propertyConfig={propConfig}
errors={errors}
onChange={setProperty}
renderFieldLabel={() => <FieldLabel title={propName} label={propConfig.label} hintText={propConfig.hintText} />}
renderFieldLabel={() => <FieldLabel title={propConfig.label} label={propConfig.label} hintText={propConfig.hintText} />}
editedNode={node}
readOnly={!isEditMode}
/>
Expand Down

0 comments on commit 48fde6b

Please sign in to comment.