Implemented "cancel" for edit

This commit is contained in:
Jori Lallo
2016-06-05 20:07:02 -07:00
parent 3b09d85da8
commit 4775a35488
3 changed files with 19 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { observable, action, computed, autorun } from 'mobx';
import { client } from 'utils/ApiClient';
import localforage from 'localforage';
import { browserHistory } from 'react-router'
import { browserHistory } from 'react-router';
const DOCUMENT_EDIT_SETTINGS = 'DOCUMENT_EDIT_SETTINGS';