diff --git a/lib/editor/components/EditorFeedSourcePanel.js b/lib/editor/components/EditorFeedSourcePanel.js index 2ec08b3cd..7c40ae23e 100644 --- a/lib/editor/components/EditorFeedSourcePanel.js +++ b/lib/editor/components/EditorFeedSourcePanel.js @@ -84,8 +84,9 @@ export default class EditorFeedSourcePanel extends Component { return ( ) @@ -133,6 +134,7 @@ export type ItemProps = { deleteSnapshot: typeof snapshotActions.deleteSnapshot, disabled: boolean, downloadSnapshot: typeof snapshotActions.downloadSnapshot, + exportPatternsModal: any, feedSource: Feed, modal: any, restoreSnapshot: typeof snapshotActions.restoreSnapshot, @@ -148,7 +150,7 @@ class SnapshotItem extends Component { } _onClickExport = () => { - this.props.modal.open({snapshot: this.props.snapshot}) + this.props.exportPatternsModal.open({snapshot: this.props.snapshot}) } _onDeleteSnapshot = () => {