parent
7888c4fde3
commit
937ad4fe08
@ -1947,13 +1947,11 @@ https://archiveweb.page/images/${"logo.svg"}`}
|
|||||||
duration: 8000,
|
duration: 8000,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (crawlId) {
|
|
||||||
this.navTo(`/orgs/${this.orgId}/artifacts/crawl/${crawlId}`);
|
|
||||||
} else {
|
|
||||||
this.navTo(
|
this.navTo(
|
||||||
`/orgs/${this.orgId}/workflows/crawl/${this.configId || data.added}`
|
`/orgs/${this.orgId}/workflows/crawl/${this.configId || data.added}${
|
||||||
|
crawlId ? "#watch" : ""
|
||||||
|
}`
|
||||||
);
|
);
|
||||||
}
|
|
||||||
} catch (e: any) {
|
} catch (e: any) {
|
||||||
if (e?.isApiError) {
|
if (e?.isApiError) {
|
||||||
const isConfigError = ({ loc }: any) =>
|
const isConfigError = ({ loc }: any) =>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user