Skip to content

Commit

Permalink
Merge pull request #495 from MetaCell/fix/GEP-109
Browse files Browse the repository at this point in the history
Fix/gep 109 to development
  • Loading branch information
enicolasgomez authored Aug 9, 2023
2 parents 99cf8be + be54913 commit b843fbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions geppetto.js/geppetto-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"d3": "7.6.1",
"d3-plugins-dist": "^3.2.0",
"file-saver": "^2.0.2",
"griddle-react": "^1.13.1",
"html-to-image": "^1.9.0",
"jszip": "^3.2.1",
"mathjs": "^3.5.3",
Expand Down
3 changes: 3 additions & 0 deletions geppetto.js/geppetto-ui/src/list-viewer/utils/Griddle.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ import {
compose
} from 'redux';

import Griddle, { plugins } from 'griddle-react';

const { CorePlugin: corePlugin } = plugins


class GriddleNoReduxBrowserExtension extends Griddle {

constructor (props) {
Expand Down

0 comments on commit b843fbd

Please sign in to comment.