Skip to content

Commit

Permalink
fix: add correct styling class to button (#3170)
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusHJensen authored Jan 29, 2025
1 parent 79d131c commit 46710c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/src/pages/[type]/[id]/version/[version].vue
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@
/>
<ButtonStyled v-if="isEditing">
<button
class="raised-button"
:disabled="primaryFile.hashes.sha1 === file.hashes.sha1"
@click="
() => {
Expand Down

0 comments on commit 46710c9

Please sign in to comment.