Skip to content

Commit

Permalink
removed unused value
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPhilbin committed Aug 31, 2023
1 parent 36cad3c commit 4d86e9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const CustomFieldTemplate = function(props) {
}

export const CustomNotificationFieldTemplate = function(props) {
const {classNames, children, description, uiSchema, errors} = props
const {classNames, children, description, errors} = props
return (
<div className={classNames}>
<React.Fragment>
Expand Down

0 comments on commit 4d86e9c

Please sign in to comment.