Skip to content

Commit

Permalink
Fix #4203
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira authored Feb 13, 2025
1 parent de320d7 commit be629ac
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<RadialAnnotator
:global-id="ceStore.collectingEvent.global_id"
/>
<RadialObject :global-id="ceStore.collectingEvent.global_id" />
<RadialNavigator
:global-id="ceStore.collectingEvent.global_id"
/>
Expand Down Expand Up @@ -103,7 +102,6 @@
</template>

<script setup>
import RadialObject from '@/components/radials/object/radial.vue'
import RadialAnnotator from '@/components/radials/annotator/annotator.vue'
import FormCollectingEvent from '@/components/Form/FormCollectingEvent/FormCollectingEvent.vue'
import BlockLayout from '@/components/layout/BlockLayout.vue'
Expand Down

0 comments on commit be629ac

Please sign in to comment.