From 79c3c68818e08b13e2daa7ba1ec583ff9bc768e7 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Sun, 21 Jun 2026 16:37:29 +1000 Subject: [PATCH] Fix server lint --- server/components/SourceTable.vue | 3 ++- server/pages/admin/library/sources/index.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/server/components/SourceTable.vue b/server/components/SourceTable.vue index bfabe0e8..584672f0 100644 --- a/server/components/SourceTable.vue +++ b/server/components/SourceTable.vue @@ -180,7 +180,8 @@ const optionsMetadata: { FlatFilesystem: { title: t("library.admin.sources.fsFlatTitle"), description: t("library.admin.sources.fsFlatDesc"), - docsLink: "https://droposs.org/docs/reference/library-sources#compatibility-flat-style", + docsLink: + "https://droposs.org/docs/reference/library-sources#compatibility-flat-style", icon: BackwardIcon, }, }; diff --git a/server/pages/admin/library/sources/index.vue b/server/pages/admin/library/sources/index.vue index 527c0168..20fce8a7 100644 --- a/server/pages/admin/library/sources/index.vue +++ b/server/pages/admin/library/sources/index.vue @@ -285,7 +285,8 @@ const optionsMetadata: { FlatFilesystem: { title: t("library.admin.sources.fsFlatTitle"), description: t("library.admin.sources.fsFlatDesc"), - docsLink: "https://droposs.org/docs/reference/library-sources#compatibility-flat-style", + docsLink: + "https://droposs.org/docs/reference/library-sources#compatibility-flat-style", icon: BackwardIcon, }, };