Skip to content

Commit

Permalink
fix broken check
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Nov 20, 2024
1 parent 94d8ebe commit e6415dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/attribute/Entity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
v.handleChange(data);
};
const entryClicked = e => {
if(hideLink.value) return;
if(props.hideLink) return;
router.push({
name: 'entitydetail',
Expand Down

0 comments on commit e6415dc

Please sign in to comment.