Skip to content

Commit

Permalink
Add css class for disallow unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
akhenry committed Oct 9, 2024
1 parent 5f38706 commit 8bd6ba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/layout/BrowseBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
:title="lockedOrUnlockedTitle"
:class="{
'c-button icon-lock': domainObject.locked,
'c-icon-button icon-unlocked': !domainObject.locked
'c-icon-button icon-unlocked': !domainObject.locked,
'l-browse-bar__lock_button__disallow_unlock': domainObject.disallowUnlock
}"
@click="toggleLock(!domainObject.locked)"
></button>
Expand Down

0 comments on commit 8bd6ba9

Please sign in to comment.