We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2ce80 commit 87fdf71Copy full SHA for 87fdf71
wfc/ui/vuetify/Dialog.php
@@ -35,7 +35,7 @@ public function __construct($model, $toolbar = false) {
35
'max-width' => 500
36
]);
37
38
- $this->vCard = $this->addChild('v-card');
+ $this->vCard = parent::addChild('v-card');
39
40
if ($toolbar === true) {
41
$this->vToolbar = $this->vCard->addChild('v-toolbar', [
0 commit comments