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

gaojun2048 pushed a commit to branch add_canvas_job_define
in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git


The following commit(s) were added to refs/heads/add_canvas_job_define by this 
push:
     new 3bfcdade fix: build error (#67)
3bfcdade is described below

commit 3bfcdadec6873354407a30e21f033cb817f5f45b
Author: chaoling <[email protected]>
AuthorDate: Thu Jul 13 10:52:50 2023 +0800

    fix: build error (#67)
---
 seatunnel-ui/src/components/log-modal/index.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/seatunnel-ui/src/components/log-modal/index.tsx 
b/seatunnel-ui/src/components/log-modal/index.tsx
index 85b28e60..6d282c50 100644
--- a/seatunnel-ui/src/components/log-modal/index.tsx
+++ b/seatunnel-ui/src/components/log-modal/index.tsx
@@ -177,7 +177,6 @@ export default defineComponent({
         onConfirm={this.confirmModal}
         style={{ width: '60%' }}
         confirmText={t('modal.close')}
-        headerLinks={this.headerLinks}
       >
         <NLog
           rows={30}

Reply via email to