fix stopping gracefully feedback
This commit is contained in:
parent
f569125a3d
commit
9de1a3a003
@ -427,7 +427,7 @@ export class CrawlDetail extends LiteElement {
|
||||
}
|
||||
);
|
||||
|
||||
if (data.stopped_gracefully === true) {
|
||||
if (data.stopping_gracefully === true) {
|
||||
this.fetchCrawl();
|
||||
} else {
|
||||
this.notify({
|
||||
|
Loading…
Reference in New Issue
Block a user