Skip to content

Commit

Permalink
removed a line which wouldn't allow to open an app
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuevIO committed Sep 14, 2024
1 parent ce00a6f commit 84275fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/apps/ApplicationFrame.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ onMounted(async () => {
} else {
appState.value = AppState.Error;
}
appState.value = AppState.Error;
});
</script>

Expand Down

0 comments on commit 84275fd

Please sign in to comment.