A task is a unit of a pipeline, an execution of a blueprint. By default, when a task is failed, the whole pipeline will fail and all the data that has been collected will be discarded. By skipping failed tasks, the diff --git a/config-ui/src/pages/project/detail/settings-panel.tsx b/config-ui/src/pages/project/detail/settings-panel.tsx index 50bab3e8e2b..1ed40313fbb 100644 --- a/config-ui/src/pages/project/detail/settings-panel.tsx +++ b/config-ui/src/pages/project/detail/settings-panel.tsx @@ -18,8 +18,8 @@ import { useEffect, useState } from 'react'; import { useNavigate } from 'react-router-dom'; -import { Flex, Card, Modal, Input, Button, message } from 'antd'; -import { Checkbox, Icon } from '@blueprintjs/core'; +import { Flex, Card, Modal, Input, Checkbox, Button, message } from 'antd'; +import { Icon } from '@blueprintjs/core'; import API from '@/api'; import { Block } from '@/components'; @@ -106,17 +106,15 @@ export const SettingsPanel = ({ project, onRefresh }: Props) => { setName(e.target.value)} />