fix hard-reset not showing
This commit is contained in:
parent
7d0f03fdba
commit
df8df5a0bf
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
<template>
|
<template>
|
||||||
<span
|
<span
|
||||||
class="DraftButtons"
|
class="DraftButtons"
|
||||||
v-if="$parent.isDirty"
|
v-if="$parent.isDirty || $parent.canHardReset"
|
||||||
>
|
>
|
||||||
<Popover
|
<Popover
|
||||||
v-if="$parent.isDirty"
|
v-if="$parent.isDirty"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue