Fix dialog-Object-Form's internal dialog-mode-handling
Compare changes
Files
4@@ -26,7 +26,7 @@
@@ -35,7 +35,7 @@
@@ -67,22 +67,9 @@ export default {
and move to proper places.
Now the dialog-mode can be set from parent via v-model and from child via #activator. The later was previously broken.
The new placement just makes more sense with the mixins.