Skip to content

Commit

Permalink
Lint code with ESLint and Prettier
Browse files Browse the repository at this point in the history
Triggered by 548cc70 on branch refs/heads/revert-5236-issue-5222
  • Loading branch information
sharadsw authored and github-actions[bot] committed Oct 11, 2024
1 parent 548cc70 commit 4558db2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function UniquenessRuleRow({
<Input.Text
form={formId}
forwardRef={index === 0 ? validationRef : undefined}
isReadOnly={true}
isReadOnly
key={index}
value={
(fields.find(({ name }) => name === field) ??
Expand Down

0 comments on commit 4558db2

Please sign in to comment.