delete dialogs: use div instead of input for name
This commit is contained in:
@ -10,7 +10,9 @@
|
|||||||
|
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
Really remove model from section?
|
Really remove model from section?
|
||||||
<input class="subheading font-weight-medium mt-2" v-model="name"/>
|
<div class="subheading font-weight-medium mt-2">
|
||||||
|
{{ name }}
|
||||||
|
</div>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
|
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
|
|||||||
@ -9,8 +9,10 @@
|
|||||||
</DialogHeading>
|
</DialogHeading>
|
||||||
|
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
Really delete section?
|
Really delete catalog section?
|
||||||
<input class="subheading font-weight-medium mt-2" v-model="name"/>
|
<div class="subheading font-weight-medium mt-2">
|
||||||
|
{{ name }}
|
||||||
|
</div>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
|
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
|
|||||||
Reference in New Issue
Block a user