Skip to content
Snippets Groups Projects
Commit 51dee3d7 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Use different initial value for cancelled

parent 79e3e3d4
No related branches found
No related tags found
1 merge request!329Introduce substitution to do list
Pipeline #185517 failed
......@@ -107,7 +107,7 @@ export default {
return {
loading: false,
teachers: [],
cancelled: undefined,
cancelled: false,
ready: false,
};
},
......
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