Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
leave the page message on request modal #703
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkat committed May 4, 2017
1 parent d7ceb50 commit 55f7719
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/containers/DocList.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ class DocList extends Component {
viewId={query.viewId}
rawModalVisible={rawModal.visible}
indicator={indicator}
modalSaveStatus={
modal.saveStatus &&
modal.saveStatus.saved !== undefined ?
modal.saveStatus.saved : true
}
isDocumentNotSaved={
(modal.saveStatus && !modal.saveStatus.saved) &&
(modal.validStatus &&
Expand Down

0 comments on commit 55f7719

Please sign in to comment.