Commit 0db2c260 by light5980 Committed by GitHub

fix(certification): remove close button (#7338)

parent b2988ea6
Subproject commit 0da7a5a71abe3ea1fa27e4ea078a987734fd2ce8 Subproject commit e7951abea8762970704556d99bbd5697da95f11c
...@@ -123,6 +123,7 @@ const EnterpriseAuthNoticeModal = () => { ...@@ -123,6 +123,7 @@ const EnterpriseAuthNoticeModal = () => {
isCentered isCentered
size={'md'} size={'md'}
title={t('common:enterprise_auth_notice_title')} title={t('common:enterprise_auth_notice_title')}
showCloseButton={false}
footer={<Button onClick={onClose}>{t('common:enterprise_auth_notice_read')}</Button>} footer={<Button onClick={onClose}>{t('common:enterprise_auth_notice_read')}</Button>}
> >
<Flex flexDirection={'column'} gap={6} overflow={'hidden'}> <Flex flexDirection={'column'} gap={6} overflow={'hidden'}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment