Merge branch 'dev' into feature/plugin-v2

This commit is contained in:
Alex Ling
2022-03-15 13:58:48 +00:00
12 changed files with 42 additions and 10 deletions

View File

@@ -31,6 +31,9 @@ const component = () => {
this.scanMs = data.milliseconds;
this.scanTitles = data.titles;
})
.catch(e => {
alert('danger', `Failed to trigger a scan. Error: ${e}`);
})
.always(() => {
this.scanning = false;
});