Skip to content

Commit

Permalink
fix post-rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleogenesis committed Feb 26, 2024
1 parent 7c0d1f8 commit 0330db9
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,21 +312,6 @@
);
});
function handleCancelClose() {
showConfirmationModal.value = false;
}
function handleConfirmClose() {
context.emit('closePanel');
}
const workingPoolHasChanged = computed(() => {
return (
workingResourcePool.value.length != activeResourcePool.value.length ||
!isEqual(workingResourcePool.value.sort(), activeResourcePool.value.sort())
);
});
return {
prevRoute,
workingPoolHasChanged,
Expand Down

0 comments on commit 0330db9

Please sign in to comment.