Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
FDO Manager WebUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fdo
FDO Manager WebUI
Compare revisions
938e6cea4e5b508db5c8c6470a786b74cfe4c7e0 to 814e0b0f253cda179790d21a6e050538d1da500b
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
fdo/fdo-manager-webui
Select target project
No results found
814e0b0f253cda179790d21a6e050538d1da500b
Select Git revision
Swap
Target
fdo/fdo-manager-webui
Select target project
fdo/fdo-manager-webui
1 result
938e6cea4e5b508db5c8c6470a786b74cfe4c7e0
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
FIX: Authorization header
· 814e0b0f
Timm Fitschen
authored
4 months ago
814e0b0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/fdos/create.tsx
+1
-1
1 addition, 1 deletion
src/components/fdos/create.tsx
with
1 addition
and
1 deletion
src/components/fdos/create.tsx
View file @
814e0b0f
...
...
@@ -171,7 +171,7 @@ export const FdoCreate: React.FC<IResourceComponentsProps> = () => {
const
accessToken
=
useAccessToken
()
const
meta
=
{
headers
:
{
Auth
entic
ation
:
`Bearer
${
accessToken
}
`
}
headers
:
{
Auth
oriz
ation
:
`Bearer
${
accessToken
}
`
}
}
const
formRet
=
useStepsForm
<
any
,
HttpError
,
any
>
({
defaultValues
:
{
repository
:
''
,
profile
:
''
},
refineCoreProps
:
{
meta
:
meta
}
})
...
...
This diff is collapsed.
Click to expand it.