mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(save-github-provider): remove unused GitHub link from save component
This commit is contained in:
@@ -468,16 +468,6 @@ export const SaveGithubProvider = ({ applicationId }: Props) => {
|
|||||||
Save
|
Save
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
{/* create github link */}
|
|
||||||
<div className="flex w-full justify-end">
|
|
||||||
<Link
|
|
||||||
href={`https://github.com/${repository?.owner}/${repository?.repo}`}
|
|
||||||
target="_blank"
|
|
||||||
className="w-fit"
|
|
||||||
>
|
|
||||||
Repository
|
|
||||||
</Link>
|
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
</Form>
|
</Form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user