Skip to content
Snippets Groups Projects
Commit fdd16ddf authored by Julian's avatar Julian
Browse files

Fix lint

parent 0afb039c
No related branches found
No related tags found
1 merge request!350Resolve "Add simple course book list"
Pipeline #180983 failed
......@@ -55,7 +55,7 @@
>
<template #append>
<v-tooltip bottom>
<template v-slot:activator="{ on, attrs }">
<template #activator="{ on, attrs }">
<v-scroll-x-transition>
<v-icon
v-if="appendIcon"
......@@ -161,7 +161,7 @@ export default {
};
},
methods: {
handleUpdateAfterCreateOrPatch(itemId, wasCreate) {
handleUpdateAfterCreateOrPatch(itemId) {
return (cached, incoming) => {
for (const object of incoming) {
console.log("summary: handleUpdateAfterCreateOrPatch", object);
......
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