Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
0db2c260
authored
Jul 20, 2026
by
light5980
Committed by
GitHub
Jul 20, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(certification): remove close button (#7338)
parent
b2988ea6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
pro
+1
-1
projects/app/src/components/support/user/inform/EnterpriseAuthNoticeModal.tsx
+1
-0
No files found.
pro
@
e7951abe
Subproject commit
0da7a5a71abe3ea1fa27e4ea078a987734fd2ce8
Subproject commit
e7951abea8762970704556d99bbd5697da95f11c
projects/app/src/components/support/user/inform/EnterpriseAuthNoticeModal.tsx
View file @
0db2c260
...
@@ -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'
}
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment