Skip to content

Commit

Permalink
fix: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Sep 30, 2024
1 parent 75af0da commit 7d49360
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/TextInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default function TextInput(props) {
...otherProps
} = props;

console.log(props);
const [isFocused, setIsFocused] = useState(false);

const toggleFocusLabel = () => {
Expand Down
2 changes: 0 additions & 2 deletions src/customizations/volto-form-block/components/Field.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import FileWidget from 'design-comuni-plone-theme/components/ItaliaTheme/manage/
import { injectLazyLibs } from '@plone/volto/helpers/Loadable/Loadable';
import { TextBlockView } from '@plone/volto-slate/blocks/Text';
import { TextEditorWidget } from 'design-comuni-plone-theme/components/ItaliaTheme';
import { TextInput } from 'design-comuni-plone-theme/components';
import config from '@plone/volto/registry';

import { fromHtml } from 'design-comuni-plone-theme/config/Slate/utils';
Expand Down Expand Up @@ -73,7 +72,6 @@ const Field = ({
reactSelect,
autocomplete,
}) => {
console.log(autocomplete);
const intl = useIntl();
const Select = reactSelect.default;

Expand Down

0 comments on commit 7d49360

Please sign in to comment.