Skip to content

Commit

Permalink
Remove console log in NumericComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpopus committed Feb 10, 2024
1 parent 7ea2a14 commit 7d8aaa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nouance/payload-better-fields-plugin",
"version": "1.3.2",
"version": "1.3.3",
"homepage:": "https://github.com/NouanceLabs/payload-better-fields-plugin",
"repository": "[email protected]:NouanceLabs/payload-better-fields-plugin.git",
"description": "A Payload plugin that aims to provide improved fields for the admin panel",
Expand Down
2 changes: 0 additions & 2 deletions src/fields/Number/NumericComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ const NumericComponent: React.FC<Props> = ({
const afterInput = admin?.components?.afterInput
const { callback, ...componentProps } = config

console.log('componentProps', componentProps)

const formatValue = useCallback(
(value: string) => {
const prefix = componentProps.prefix
Expand Down

0 comments on commit 7d8aaa2

Please sign in to comment.