aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/packs
diff options
context:
space:
mode:
authorZog2017-12-27 16:03:55 +0100
committerZog2017-12-27 16:03:55 +0100
commit3792c128de8a2355ce6b4ceb28e7ee8afdf060c7 (patch)
tree0fd3ab1616a25c7fb3cf5d9d063013cd98905820 /app/javascript/packs
parent6f182a9e12094297818745752e592dc11511563e (diff)
downloadchouette-core-3792c128de8a2355ce6b4ceb28e7ee8afdf060c7.tar.bz2
Refs #5407; Disable edition mode while editor is loading
Diffstat (limited to 'app/javascript/packs')
-rw-r--r--app/javascript/packs/vehicle_journeys/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/packs/vehicle_journeys/index.js b/app/javascript/packs/vehicle_journeys/index.js
index 7e57afb04..53c5d5417 100644
--- a/app/javascript/packs/vehicle_journeys/index.js
+++ b/app/javascript/packs/vehicle_journeys/index.js
@@ -55,7 +55,7 @@ var initialState = {
},
status: {
- fetchSuccess: true,
+ fetchSuccess: false,
isFetching: false
},
vehicleJourneys: [],