Skip to content

Commit

Permalink
clear selected job upon dismissing details (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
george-mzai authored Jan 17, 2025
1 parent 5da7438 commit 3d5b413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lumigator/frontend/src/components/pages/LExperiments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ onMounted(async () => {
watch(showSlidingPanel, (newValue) => {
if (!newValue) {
selectedExperiment.value = null;
selectedJob.value = null;
}
});
</script>
Expand Down

0 comments on commit 3d5b413

Please sign in to comment.