Fixed missing 'Done' button

This commit is contained in:
Liyas Thomas
2020-11-29 13:10:14 +05:30
parent 355b9be3ff
commit dec386840a

View File

@@ -123,6 +123,7 @@ export default {
data() {
return {
name: undefined,
doneButton: '<i class="material-icons">done</i>',
}
},
watch: {