Skip to content

Commit

Permalink
Merge branch 'dev-4.2.3' of https://code.alipay.com/oceanbase/oceanba…
Browse files Browse the repository at this point in the history
…se-developer-center into dev-4.2.3
  • Loading branch information
HSunboy committed Dec 4, 2023
2 parents ab3aaae + 33a649a commit e3098d2
Show file tree
Hide file tree
Showing 9 changed files with 888 additions and 827 deletions.
1 change: 1 addition & 0 deletions src/component/Task/component/TaskTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ const TaskTable: React.FC<IProps> = inject(
activeTaskLabel: activeTaskLabel,
},
), //`新建${activeTaskLabel}`
disabled: disabledOpt,
isPrimary: true,
onClick: () => {
props.onMenuClick(taskTabType);
Expand Down
2 changes: 1 addition & 1 deletion src/page/Project/Sensitive/SensitiveContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { SelectItemProps } from './interface';

import React from 'react';

interface ISensitiveContext {
export interface ISensitiveContext {
projectId: number;

maskingAlgorithms: IMaskingAlgorithm[];
Expand Down
Loading

0 comments on commit e3098d2

Please sign in to comment.