Skip to content

Commit 87fdf71

Browse files
authored
Update Dialog.php
1 parent 4e2ce80 commit 87fdf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfc/ui/vuetify/Dialog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct($model, $toolbar = false) {
3535
'max-width' => 500
3636
]);
3737

38-
$this->vCard = $this->addChild('v-card');
38+
$this->vCard = parent::addChild('v-card');
3939

4040
if ($toolbar === true) {
4141
$this->vToolbar = $this->vCard->addChild('v-toolbar', [

0 commit comments

Comments
 (0)