Skip to content

Commit

Permalink
[INLONG-11548][Dashboard] DolphinScheduler should support conventiona…
Browse files Browse the repository at this point in the history
…l config (#11549)
  • Loading branch information
wohainilaodou authored Nov 27, 2024
1 parent 031732a commit 459a2ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export class SyncDefaultInfo implements DataWithBackend, RenderRow, RenderList {
rules: [{ required: true }],
props: values => {
return {
disabled: values.scheduleEngine === 'DolphinScheduler',
options: [
{
label: i18n.t('meta.Synchronize.Conventional'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ const Comp = ({ inlongGroupId, inlongStreamId, readonly, isCreate }: Props, ref)
initialValues={data}
onValuesChange={(c, values) => {
setMqType(values.mqType);
if (c.scheduleEngine === 'DolphinScheduler') {
form.setFieldsValue({ scheduleType: 1 });
values.scheduleType = 1;
}
}}
useMaxWidth={1400}
col={14}
Expand Down

0 comments on commit 459a2ef

Please sign in to comment.