mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Address: pass useDatePane option in showPane addressRenderBox, display dates in showPane
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<address-render-box :address="address"></address-render-box>
|
||||
<address-render-box :address="address" :useDatePane="useDatePane"></address-render-box>
|
||||
</div>
|
||||
|
||||
<action-buttons
|
||||
@@ -56,7 +56,8 @@ export default {
|
||||
'defaultz',
|
||||
'flag',
|
||||
'entity',
|
||||
'errorMsg'
|
||||
'errorMsg',
|
||||
'useDatePane'
|
||||
],
|
||||
emits: ['openEditPane'],
|
||||
computed: {
|
||||
|
Reference in New Issue
Block a user