From a36ed5539093e40d0727db85e6945d08bd9a589e Mon Sep 17 00:00:00 2001 From: chfhtw Date: Thu, 16 Jul 2026 11:43:10 +0200 Subject: [PATCH] Add new props to beginning to avoid merge conflicts --- public/js/components/LVVerwaltung/LVVerwaltung.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/js/components/LVVerwaltung/LVVerwaltung.js b/public/js/components/LVVerwaltung/LVVerwaltung.js index 6d57554de..4fa7064a3 100644 --- a/public/js/components/LVVerwaltung/LVVerwaltung.js +++ b/public/js/components/LVVerwaltung/LVVerwaltung.js @@ -27,6 +27,8 @@ export default { AppConfig }, props: { + avatarUrl: String, + logoutUrl: String, defaultSemester: String, lvRoot: String, permissions: Object, @@ -34,9 +36,7 @@ export default { stg: { type: String, required: false }, semester: { type: [Number, String], required: false, default: null }, studiensemester_kurzbz: { type: String, required: false, default: null }, - emp: { type: String, required: false, default: null }, - avatarUrl: String, - logoutUrl: String, + emp: { type: String, required: false, default: null } }, provide() {