Deleted unrelated change
TODO: Fix trash icon in separate PR Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
d72975e9e2
commit
0d339d973f
1 changed files with 0 additions and 1 deletions
|
|
@ -160,7 +160,6 @@ export default function RepositoryDetailsPage({ loaderData }: Route.ComponentPro
|
|||
</Button>
|
||||
<ExportDialog entityType="repositories" name={data.name} triggerLabel="Export config" />
|
||||
<Button variant="destructive" onClick={() => setShowDeleteConfirm(true)} disabled={deleteRepo.isPending}>
|
||||
<Trash2 className="h-4 w-4 mr-2" />
|
||||
Delete
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue