Skip to content

Commit

Permalink
FIX: wire amsterdam widget
Browse files Browse the repository at this point in the history
  • Loading branch information
mabasian committed Oct 14, 2024
1 parent 052eab1 commit c025175
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 285 deletions.
8 changes: 0 additions & 8 deletions launcher/src/components/UI/control-page/ControlScreen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ const setupStore = useSetups();
const footerStore = useFooter();
const serviceStore = useServices();
watch(
setupStore.selectedSetup,
() => {
console.log(setupStore.selectedSetup);
},
{ immediate: true }
);
const selecteConfigServices = computed(() => {
let test = [];
const selectedSetup = setupStore.selectedSetup;
Expand Down
Loading

0 comments on commit c025175

Please sign in to comment.