fix stopping gracefully feedback

This commit is contained in:
sua yoo 2022-01-31 12:01:28 -08:00
parent f569125a3d
commit 9de1a3a003
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -427,7 +427,7 @@ export class CrawlDetail extends LiteElement {
}
);
if (data.stopped_gracefully === true) {
if (data.stopping_gracefully === true) {
this.fetchCrawl();
} else {
this.notify({