Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Mar 20, 2024
1 parent 9e06f0b commit f9c0577
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/dialog/ProjectDialogContainer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
description: $layout.projectEdit?.description ?? "",
private: $layout.projectEdit?.private ?? false,
};
$: {
console.log($layout.projectEdit, $layout.projectEdit?.private);
}
</script>

<ProjectDialog
Expand Down

0 comments on commit f9c0577

Please sign in to comment.