Skip to content

Commit

Permalink
[INLONG-11626][Dashboard] TheData access adds COS and SQL data sources
Browse files Browse the repository at this point in the history
  • Loading branch information
wohainilaodou committed Dec 30, 2024
1 parent 35e056e commit f62210f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const Comp: React.FC<Props> = ({ inlongGroupId }) => {
}}
/>
<Modal
title="操作日志详情"
title={i18n.t('pages.GroupDetail.OperationLogDetail')}
open={operationLogInfoModal.open as boolean}
onCancel={() => setOperationLogInfoModal({ open: false })}
footer={[
Expand Down

0 comments on commit f62210f

Please sign in to comment.