Skip to content

Commit

Permalink
Remove non-existing permissions check
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Nov 15, 2024
1 parent e369e77 commit d7e37fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/src/components/Views/Pages/SiteView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:is-locked="isLocked"
:is-unsaved="isUnsaved"
:modified="modified"
:preview="permissions.preview ? api + '/preview/compare' : false"
:preview="api + '/preview/compare'"
@discard="onDiscard"
@submit="onSubmit"
/>
Expand Down

0 comments on commit d7e37fc

Please sign in to comment.