Improve create process

This commit is contained in:
Peter Maquiran
2021-06-18 16:03:34 +01:00
parent a6c67bf455
commit 699898fe96
3 changed files with 26 additions and 86 deletions
+2
View File
@@ -69,6 +69,8 @@ export class ToastService {
</div>
`
notification.style.animationName = 'notification-top'
document.body.append(notification)
notification.querySelector('.text').innerHTML = message || 'Processo não efetuado'
setTimeout(()=>{