From d9324013d47dc1cb783cb682bae59583da2a32ed Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Thu, 27 Feb 2025 22:22:52 +0100 Subject: [PATCH] Fix attrs, on for oauth CRUD list --- aleksis/core/frontend/components/oauth/OAuthApplications.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleksis/core/frontend/components/oauth/OAuthApplications.vue b/aleksis/core/frontend/components/oauth/OAuthApplications.vue index b05b6942f..7ff6fadb1 100644 --- a/aleksis/core/frontend/components/oauth/OAuthApplications.vue +++ b/aleksis/core/frontend/components/oauth/OAuthApplications.vue @@ -37,7 +37,7 @@ import CRUDList from "../generic/CRUDList.vue"; </div> </template> <!-- eslint-disable-next-line vue/valid-v-slot --> - <template #clientSecret.field="{ attrs, isCreate }"> + <template #clientSecret.field="{ attrs, on, isCreate }"> <v-text-field v-bind="attrs" v-on="on" -- GitLab