mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
refactor: Update viewPageRoute in CodeRepositoryPage component
This commit is contained in:
parent
05c090445a
commit
9b584d69ff
@ -47,7 +47,12 @@ const CodeRepositoryPage: FunctionComponent<PageComponentProps> = (
|
|||||||
description:
|
description:
|
||||||
'Git repositores where the AI Copilot can improve your code.',
|
'Git repositores where the AI Copilot can improve your code.',
|
||||||
}}
|
}}
|
||||||
viewPageRoute={new Route(Navigation.getCurrentRoute().toString()+"/code-repository")}
|
viewPageRoute={
|
||||||
|
new Route(
|
||||||
|
Navigation.getCurrentRoute().toString() +
|
||||||
|
'/code-repository'
|
||||||
|
)
|
||||||
|
}
|
||||||
showViewIdButton={true}
|
showViewIdButton={true}
|
||||||
noItemsMessage={'No repositories found.'}
|
noItemsMessage={'No repositories found.'}
|
||||||
formFields={[
|
formFields={[
|
||||||
|
Loading…
Reference in New Issue
Block a user