fix expiring date
fix progress bar value
This commit is contained in:
@@ -340,9 +340,9 @@ export default class Todo extends Vue {
|
||||
.then((data) => {
|
||||
|
||||
console.log('data', data)
|
||||
if (data !== null) {
|
||||
tools.showNotif(this.$q, data)
|
||||
}
|
||||
// if (data !== null) {
|
||||
// tools.showNotif(this.$q, data)
|
||||
// }
|
||||
|
||||
// empty the field
|
||||
if (atfirst) {
|
||||
|
||||
Reference in New Issue
Block a user