Fix showing an editor save button in cases where it wasn't required
This commit is contained in:
parent
08a34d8a68
commit
9fda82839b
4 changed files with 7 additions and 4 deletions
|
|
@ -23,7 +23,9 @@
|
|||
@change="save"
|
||||
:placeholder="$t('task.description.placeholder')"
|
||||
:empty-text="$t('task.description.empty')"
|
||||
v-model="task.description"/>
|
||||
:show-save="true"
|
||||
v-model="task.description"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Reference in a new issue