mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-11 08:55:22 +02:00
fix: Add gitlabUrl calculation logic and update link references
- Use the useMemo hook to calculate gitlabUrl in the SaveGitlabProvider component. - Update link references to use the dynamically generated gitlabUrl, ensuring links correctly point to the corresponding GitLab repositories.
This commit is contained in:
@@ -76,6 +76,7 @@ export const gitlabRouter = createTRPCRouter({
|
||||
gitProvider: {
|
||||
...provider.gitProvider,
|
||||
},
|
||||
gitlabUrl: provider.gitlabUrl,
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user