summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/static_site_editor/store/state.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/static_site_editor/store/state.js')
-rw-r--r--app/assets/javascripts/static_site_editor/store/state.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/static_site_editor/store/state.js b/app/assets/javascripts/static_site_editor/store/state.js
index b68e73f06f5..1ae11b3343d 100644
--- a/app/assets/javascripts/static_site_editor/store/state.js
+++ b/app/assets/javascripts/static_site_editor/store/state.js
@@ -3,7 +3,9 @@ const createState = (initialState = {}) => ({
sourcePath: null,
isLoadingContent: false,
+ isSavingChanges: false,
+ originalContent: '',
content: '',
title: '',