Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2022-01-03 16:36:19 +0300
committerMarcel Klehr <mklehr@gmx.net>2022-01-03 17:45:04 +0300
commit146d96a39ab64a187d83a207ccabb3202cd73c0b (patch)
tree5f77d69cf951d8f1d990bc5ed2224c037dcba3c3 /src/store/files.js
parentaf3753aecb4a9ab4539169e4d905d74d3d02541f (diff)
Fix Timeline state management between routes
fixes #892 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'src/store/files.js')
-rw-r--r--src/store/files.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store/files.js b/src/store/files.js
index f26c7e82..a1408af7 100644
--- a/src/store/files.js
+++ b/src/store/files.js
@@ -17,6 +17,7 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
*/
import Vue from 'vue'