Skip to content

Commit 7d8aaa2

Browse files
committed
Remove console log in NumericComponent
1 parent 7ea2a14 commit 7d8aaa2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nouance/payload-better-fields-plugin",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"homepage:": "https://github.com/NouanceLabs/payload-better-fields-plugin",
55
"repository": "git@github.com:NouanceLabs/payload-better-fields-plugin.git",
66
"description": "A Payload plugin that aims to provide improved fields for the admin panel",

src/fields/Number/NumericComponent.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ const NumericComponent: React.FC<Props> = ({
3636
const afterInput = admin?.components?.afterInput
3737
const { callback, ...componentProps } = config
3838

39-
console.log('componentProps', componentProps)
40-
4139
const formatValue = useCallback(
4240
(value: string) => {
4341
const prefix = componentProps.prefix

0 commit comments

Comments
 (0)