Skip to content

Commit

Permalink
fix(config-ui): zentao error local search (apache#6816)
Browse files Browse the repository at this point in the history
* fix(config-ui): zentao error local search

* fix(config-ui): adjust the margin for data scope remote
  • Loading branch information
mintsweet committed Jan 16, 2024
1 parent 5229ac0 commit a53ce6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const DataScopeRemote = ({ plugin, connectionId, disabledScope, onCancel,
onChange={setSelectedScope}
/>
)}
<Flex justify="flex-end" gap="small">
<Flex style={{ marginTop: 16 }} justify="flex-end" gap="small">
<Button disabled={operating} onClick={onCancel}>
Cancel
</Button>
Expand Down
1 change: 0 additions & 1 deletion config-ui/src/plugins/register/zentao/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const ZenTaoConfig: IPluginConfig = {
],
},
dataScope: {
localSearch: true,
title: 'Repositories',
millerColumn: {
columnCount: 2,
Expand Down

0 comments on commit a53ce6e

Please sign in to comment.