From 58ef3757a4fe01349d77c28b3305bf99f1e5c9fb Mon Sep 17 00:00:00 2001 From: wvffle Date: Tue, 19 Jul 2022 01:29:43 +0000 Subject: [PATCH] Fix rendering instance settings --- front/.eslintrc.js | 1 - front/src/components/admin/SettingsGroup.vue | 2 +- front/src/components/admin/SignupFormBuilder.vue | 5 +++-- front/src/views/admin/Settings.vue | 8 ++++++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/front/.eslintrc.js b/front/.eslintrc.js index 72c3816fb..d42c4ee3b 100644 --- a/front/.eslintrc.js +++ b/front/.eslintrc.js @@ -35,7 +35,6 @@ module.exports = { '@typescript-eslint/no-unused-vars': 'off', // TODO (wvffle): Migrate to pinia - // Vuex 3 store does not have types defined, hence we use `any` '@typescript-eslint/no-explicit-any': 'off', // TODO (wvffle): Migrate to