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.js1
1 files changed, 1 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 d48cc8ed1a4..98a84d9f75d 100644
--- a/app/assets/javascripts/static_site_editor/store/state.js
+++ b/app/assets/javascripts/static_site_editor/store/state.js
@@ -1,6 +1,7 @@
const createState = (initialState = {}) => ({
username: null,
projectId: null,
+ returnUrl: null,
sourcePath: null,
isLoadingContent: false,