Skip to content

Commit

Permalink
fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilReinking committed Oct 18, 2024
1 parent 809cdf6 commit 0f27add
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions resources/js/components/Factory/Sidebar/Group.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,6 @@ const deleteBlock = () => {
}
};
const disableBlock = () => {
if (!props.block.is_disabled) {
isCollapsed.value = true;
}
store.updateFormBlockProperty(
props.block,
"is_disabled",
!props.block.is_disabled,
);
};
const copyId = () => {
copy(props.block.uuid);
};
Expand Down

0 comments on commit 0f27add

Please sign in to comment.