Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
916bacb6
Commit
916bacb6
authored
Feb 28, 2024
by
Joel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: remove auto show modal
parent
a98b5ca9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.tsx
...ts/workflow/nodes/http/components/authorization/index.tsx
+1
-1
use-config.ts
web/app/components/workflow/nodes/http/use-config.ts
+1
-1
No files found.
web/app/components/workflow/nodes/http/components/authorization/index.tsx
View file @
916bacb6
...
...
@@ -83,7 +83,7 @@ const Authorization: FC<Props> = ({
},
[
tempPayload
,
onChange
,
onHide
])
return
(
<
Modal
title=
'Authorization'
title=
{
t
(
`${i18nPrefix}.authorization`
)
}
wrapperClassName=
'z-50 w-400'
isShow=
{
isShow
}
onClose=
{
onHide
}
...
...
web/app/components/workflow/nodes/http/use-config.ts
View file @
916bacb6
...
...
@@ -53,7 +53,7 @@ const useConfig = (initInputs: HttpNodeType) => {
const
[
isShowAuthorization
,
{
setTrue
:
showAuthorization
,
setFalse
:
hideAuthorization
,
}]
=
useBoolean
(
tru
e
)
}]
=
useBoolean
(
fals
e
)
const
setAuthorization
=
useCallback
((
authorization
:
Authorization
)
=>
{
const
newInputs
=
produce
(
inputs
,
(
draft
:
HttpNodeType
)
=>
{
...
...
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