Update migrations
This commit is contained in:
miroman-afk
2022-01-14 14:24:19 +03:00
parent 61d8b4e1d2
commit 104017ed96
10 changed files with 95 additions and 62 deletions

View File

@@ -142,7 +142,7 @@
console.log(data.message);
setTimeout(function() {
location.reload();
}, 2000);
}, 20000);
}
if ($scope.status == 'error') {
Notification.error(data.message);