Skip to content

Commit

Permalink
fix lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraXia123 committed Sep 5, 2024
1 parent 1bff382 commit 33e0ef9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ const CreateCatalogDialog = props => {
return true
}
const parentField = innerProps.find(i => i.key === field.parentField)

const check =
(parentField && parentField.value === field.hide) ||
(field.parentField === 'authentication.type' && parentField === undefined)
Expand Down

0 comments on commit 33e0ef9

Please sign in to comment.