We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea2a14 commit 7d8aaa2Copy full SHA for 7d8aaa2
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nouance/payload-better-fields-plugin",
3
- "version": "1.3.2",
+ "version": "1.3.3",
4
"homepage:": "https://github.com/NouanceLabs/payload-better-fields-plugin",
5
"repository": "git@github.com:NouanceLabs/payload-better-fields-plugin.git",
6
"description": "A Payload plugin that aims to provide improved fields for the admin panel",
src/fields/Number/NumericComponent.tsx
@@ -36,8 +36,6 @@ const NumericComponent: React.FC<Props> = ({
36
const afterInput = admin?.components?.afterInput
37
const { callback, ...componentProps } = config
38
39
- console.log('componentProps', componentProps)
40
-
41
const formatValue = useCallback(
42
(value: string) => {
43
const prefix = componentProps.prefix
0 commit comments