From 0aec0bb402021f4f6572c5fa481bc1273e3c9eed Mon Sep 17 00:00:00 2001 From: Julia Johannesen Date: Tue, 1 Oct 2024 10:30:02 -0400 Subject: [PATCH] Fix to match upstream Upstreams linter was mad about the attributes not being before the event handlers, so this fixes that to match upstream when we end up merging 2024.9 (assuming it gets included in that release) --- packages/frontend/src/components/MkPostFormAttaches.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/components/MkPostFormAttaches.vue b/packages/frontend/src/components/MkPostFormAttaches.vue index ce804a916c..7914f72369 100644 --- a/packages/frontend/src/components/MkPostFormAttaches.vue +++ b/packages/frontend/src/components/MkPostFormAttaches.vue @@ -9,11 +9,11 @@ SPDX-License-Identifier: AGPL-3.0-only