Skip to content

Commit

Permalink
FIX: monitoring services (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxTheGeeek authored Dec 28, 2023
1 parent 2f35e9e commit 97bcb2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ onMounted(() => {
getInstallPath();
sortPlugins();
selectedPluginsValidation();
clickStore.installMonitoring = false;
});
//Methods
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ watch(displayItem, () => {
//Lifecycle
onMounted(() => {
clickStore.installMonitoring = false;
displayItem.value = "Click to select a network";
clickStore.presets.forEach((p) => (p.selected = false));
});
Expand Down

0 comments on commit 97bcb2f

Please sign in to comment.