From 379a99cb141e9ac3e6e76fc6fe1cc93f8838cf60 Mon Sep 17 00:00:00 2001 From: chfhtw Date: Fri, 17 Jul 2026 07:43:22 +0200 Subject: [PATCH] Add empty function to let git detect where to merge --- public/js/components/LVVerwaltung/LVVerwaltung.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/js/components/LVVerwaltung/LVVerwaltung.js b/public/js/components/LVVerwaltung/LVVerwaltung.js index a832fc1a6..6ab1bfa6e 100644 --- a/public/js/components/LVVerwaltung/LVVerwaltung.js +++ b/public/js/components/LVVerwaltung/LVVerwaltung.js @@ -103,6 +103,10 @@ export default { } }, methods: { + updateFilter() + { + // deprecated + }, handleRowClicked(data) { this.selected = data