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

Reformat

parent 3fea5a4c
No related branches found
No related tags found
3 merge requests!1237Release 3.0,!1207Resolve "Move DeleteDialog from Plank to Core",!1183Release 3.0
Pipeline #119046 failed
......@@ -60,9 +60,9 @@ export default {
},
set(val) {
this.$emit("input", val)
}
}
this.$emit("input", val);
},
},
},
methods: {
update(store) {
......@@ -97,7 +97,7 @@ export default {
} else {
this.$emit("cancel");
}
}
},
},
props: {
value: {
......
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