Skip to content

Commit

Permalink
comment out revert commit button in history page
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Dec 2, 2024
1 parent 3104380 commit 178235c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/routes/(authenticated)/history/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
<span class="text-gray-400 dark:text-gray-600"> with hash {history.SHA1}</span>
</div>
<div class="shrink">
<Button
<!-- <Button
class="p-2 mr-2 w-full flex justify-center gap-2 rounded"
color="alternative"
on:click={() => (revertCommit = history)}
disabled={index === 0}
>
<Undo />
{$t('history.revert-commit-button')}
</Button>
</Button> -->
<Tooltip type="auto">
<P size="sm">
{#if index === 0}
Expand Down

0 comments on commit 178235c

Please sign in to comment.