Improve message

This commit is contained in:
Peter Maquiran
2021-06-15 14:32:12 +01:00
parent 0048058bac
commit 1682d63a42
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ export class AddNotePage implements OnInit {
`
document.body.append(notification)
notification.querySelector('.text').innerHTML = 'hello'
notification.querySelector('.text').innerHTML = message
setTimeout(()=>{
notification.remove()
},7000)