Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Sep 8, 2020
1 parent f218667 commit de4de97
Show file tree
Hide file tree
Showing 33 changed files with 2,555 additions and 723 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@eeacms/volto-slate-metadata-mentions",
"@eeacms/volto-metadata-block",
"@eeacms/volto-tabs-block",
"@eeacms/volto-grid-block",
"@eeacms/volto-widget-toggle",
"volto-addons",
"volto-datablocks"
"volto-datablocks",
"@eeacms/volto-grid-block"
],
"scripts": {
"start": "razzle start",
Expand Down Expand Up @@ -121,7 +121,7 @@
"ol": "^6.4.3",
"performant-array-to-tree": "^1.7.1",
"react": "^16.13.1",
"react-color": "^2.18.1",
"react-beautiful-dnd": "^13.0.0",
"react-component-queries": "^2.3.0",
"react-dom": "^16.13.1",
"react-highlight-words": "^0.16.0",
Expand Down
2 changes: 2 additions & 0 deletions src/components/manage/Blocks/DetailedLink/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { Link } from 'react-router-dom';
import { settings } from '~/config';
import cx from 'classnames';
import './style.css';
import { useEffect } from 'react';

const getPath = (url) => {
if (!url) return '';
Expand All @@ -26,6 +27,7 @@ const View = (props) => {
descriptionClassname = '',
buttonClassname = '',
} = props.data;

return (
<div
className={cx(
Expand Down
70 changes: 0 additions & 70 deletions src/components/manage/Blocks/DiscodataComponents/Button/Edit.jsx

This file was deleted.

78 changes: 0 additions & 78 deletions src/components/manage/Blocks/DiscodataComponents/Button/View.jsx

This file was deleted.

70 changes: 0 additions & 70 deletions src/components/manage/Blocks/DiscodataComponents/Link/Edit.jsx

This file was deleted.

78 changes: 0 additions & 78 deletions src/components/manage/Blocks/DiscodataComponents/Link/View.jsx

This file was deleted.

Loading

0 comments on commit de4de97

Please sign in to comment.