Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into clientside-notificati…
Browse files Browse the repository at this point in the history
…on-changes
  • Loading branch information
mwdchang committed Sep 11, 2024
2 parents 58b3016 + 04487e3 commit ac82211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{{ useProjects().activeProject.value?.description }}
</p>
</template>
<tera-project-overview-editor class="relative" />
<tera-project-overview-editor />
</tera-asset>
</template>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<tera-drilldown
v-bind="$attrs"
:node="node"
@on-close-clicked="emit('close')"
@update-state="(state: any) => emit('update-state', state)"
Expand Down

0 comments on commit ac82211

Please sign in to comment.