DTL panel : open proposal corresponding to dialog working for all steps
This commit is contained in:
parent
c2d00e0edf
commit
345bbfea1b
5 changed files with 42 additions and 11 deletions
|
|
@ -8,7 +8,11 @@
|
|||
<ProjectStep v-for="step in page.steps" :key="step" :step="step" />
|
||||
</div>
|
||||
|
||||
<DTLPanel v-if="isDTLPanelOpen" @close="isDTLPanelOpen = false" />
|
||||
<DTLPanel
|
||||
v-if="isDTLPanelOpen"
|
||||
:proposals="page.designToLight"
|
||||
@close="isDTLPanelOpen = false"
|
||||
/>
|
||||
<DTLButton
|
||||
v-if="page?.designToLight?.length > 0"
|
||||
@click="toggleDTLPanel($event)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue