This is an automated email from the ASF dual-hosted git repository.

mintsweet pushed a commit to branch fix-bugs
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git

commit d3148dfca1955853874e736b8bb98dac212b12ba
Author: mintsweet <[email protected]>
AuthorDate: Wed Dec 27 16:53:59 2023 +1300

    fix(config-ui): style error for sync-policy
---
 config-ui/src/pages/blueprint/detail/components/sync-policy/index.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/config-ui/src/pages/blueprint/detail/components/sync-policy/index.tsx 
b/config-ui/src/pages/blueprint/detail/components/sync-policy/index.tsx
index b0cf77f6d..41e4efa45 100644
--- a/config-ui/src/pages/blueprint/detail/components/sync-policy/index.tsx
+++ b/config-ui/src/pages/blueprint/detail/components/sync-policy/index.tsx
@@ -144,7 +144,7 @@ export const SyncPolicy = ({
           </Radio.Group>
           {selectedValue === 'Custom' && (
             <>
-              <S.Input>
+              <Space>
                 <Block title="Minute">
                   <Input
                     value={mintue}
@@ -175,7 +175,7 @@ export const SyncPolicy = ({
                     onChange={(e) => onChangeCronConfig([mintue, hour, day, 
month, e.target.value].join(' '))}
                   />
                 </Block>
-              </S.Input>
+              </Space>
               {!cron.nextTime && <S.Error>Invalid Cron code, please enter 
again.</S.Error>}
             </>
           )}

Reply via email to