Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danalvrz committed Jan 25, 2024
1 parent 4320094 commit 9142044
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Data.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { BlockDataForm } from '@plone/volto/components';
import { SliderSchema } from './schema';

const SliderData = (props) => {
const { block, blocksConfig, data, onChangeBlock, navRoot, contentType } = props;
const { block, blocksConfig, data, onChangeBlock, navRoot, contentType } =
props;
const intl = useIntl();
const schema = SliderSchema({ ...props, intl });

Expand Down

0 comments on commit 9142044

Please sign in to comment.