From 88b838ef3eda3398b2ea2caa7f7b292d0778e06e Mon Sep 17 00:00:00 2001 From: MiniDigger Date: Mon, 21 Mar 2022 18:36:09 +0100 Subject: [PATCH] fix checkbox warnings for real now --- frontend-new/src/components/SortableTable.vue | 2 +- .../src/components/ui/InputCheckbox.vue | 4 ++-- frontend-new/src/pages/index.vue | 18 ++++++++++-------- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/frontend-new/src/components/SortableTable.vue b/frontend-new/src/components/SortableTable.vue index 1cbd82fdf..8e3168276 100644 --- a/frontend-new/src/components/SortableTable.vue +++ b/frontend-new/src/components/SortableTable.vue @@ -1,5 +1,5 @@ diff --git a/frontend-new/src/pages/index.vue b/frontend-new/src/pages/index.vue index a8bee446c..a857eca7e 100644 --- a/frontend-new/src/pages/index.vue +++ b/frontend-new/src/pages/index.vue @@ -37,10 +37,10 @@ const versions = [ ]; const filters = ref({ - versions: {}, - categories: {}, - platforms: {}, - licences: {}, + versions: [], + categories: [], + platforms: [], + licences: [], }); const ctx = useContext(); @@ -95,7 +95,7 @@ const projects = await useProjects().catch((e) => handleRequestError(e, ctx, i18

Minecraft versions

- +

@@ -105,7 +105,8 @@ const projects = await useProjects().catch((e) => handleRequestError(e, ctx, i18 @@ -117,7 +118,8 @@ const projects = await useProjects().catch((e) => handleRequestError(e, ctx, i18 @@ -126,7 +128,7 @@ const projects = await useProjects().catch((e) => handleRequestError(e, ctx, i18

Licenses

- +