Skip to content
Snippets Groups Projects
Commit 25258f41 authored by Jörg Richter's avatar Jörg Richter
Browse files

Fix: pass detail renderers to topicmap renderer

parent 34fb19e1
No related branches found
No related tags found
No related merge requests found
Pipeline #4251 passed
<template>
<div class="dm5-topicmap-panel" v-loading="loading">
<dm5-toolbar :comp-defs="toolbarCompDefs"></dm5-toolbar>
<component :is="topicmapRenderer" :object="object_" :writable="writable_" :showInmapDetails="showInmapDetails_"
:contextCommands="contextCommands" :quillConfig="quillConfig">
<component :is="topicmapRenderer" :object="object_" :writable="writable_" :show-inmap-details="showInmapDetails_"
:detail-renderers="detailRenderers" :context-commands="contextCommands" :quill-config="quillConfig">
</component>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment