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 e457fde591a..477ec540e02 100644
--- a/app/assets/javascripts/static_site_editor/store/state.js
+++ b/app/assets/javascripts/static_site_editor/store/state.js
@@ -10,6 +10,8 @@ const createState = (initialState = {}) => ({
content: '',
title: '',
+ savedContentMeta: null,
+
...initialState,
});