Skip to content
Snippets Groups Projects
Verified Commit d9324013 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix attrs, on for oauth CRUD list

parent 12eb9724
No related branches found
No related tags found
1 merge request!1717Resolve "Migrate management of OAuth applications to CRUD list"
Pipeline #196364 canceled
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment