File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
customizations/volto-form-block/components Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ export default function TextInput(props) {
1818 ...otherProps
1919 } = props ;
2020
21- console . log ( props ) ;
2221 const [ isFocused , setIsFocused ] = useState ( false ) ;
2322
2423 const toggleFocusLabel = ( ) => {
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import FileWidget from 'design-comuni-plone-theme/components/ItaliaTheme/manage/
1616import { injectLazyLibs } from '@plone/volto/helpers/Loadable/Loadable' ;
1717import { TextBlockView } from '@plone/volto-slate/blocks/Text' ;
1818import { TextEditorWidget } from 'design-comuni-plone-theme/components/ItaliaTheme' ;
19- import { TextInput } from 'design-comuni-plone-theme/components' ;
2019import config from '@plone/volto/registry' ;
2120
2221import { fromHtml } from 'design-comuni-plone-theme/config/Slate/utils' ;
@@ -73,7 +72,6 @@ const Field = ({
7372 reactSelect,
7473 autocomplete,
7574} ) => {
76- console . log ( autocomplete ) ;
7775 const intl = useIntl ( ) ;
7876 const Select = reactSelect . default ;
7977
You can’t perform that action at this time.
0 commit comments