Skip to content

Commit

Permalink
Fix wrong import of getDefaultData in AddItemDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmueller committed Oct 2, 2018
1 parent c02eb87 commit d13abd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-tree-renderer/src/tree/AddItemDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import * as React from 'react';
import { connect } from 'react-redux';
import {
getData,
getDefaultData,
getSchema,
JsonSchema,
Paths,
Expand All @@ -23,7 +24,6 @@ import ListItemText from '@material-ui/core/ListItemText';
import { ListItemIcon } from '@material-ui/core';
import { wrapImageIfNecessary } from '../helpers/image-provider.util';
import { SchemaLabelProvider } from '../helpers/LabelProvider';
import { getDefaultData } from '../../../core/src/reducers';

export interface AddItemDialogProps {
rootData: any;
Expand Down

0 comments on commit d13abd8

Please sign in to comment.