fixed condition name persistance

This commit is contained in:
Joel McKinnon 2020-02-23 09:58:32 -08:00
parent 038489256c
commit 6db78af69f
2 changed files with 1 additions and 1 deletions

View File

@ -68,6 +68,7 @@
<input v-model="domainObject.configuration.name"
class="t-condition-input__name"
type="text"
@blur="persist"
>
</span>
</li>

View File

@ -250,7 +250,6 @@ export default {
let conditionObj = {
isDefault: isDefault,
type: 'condition',
name: isDefault ? 'Default' : (isClone ? 'Copy of ' : '') + 'Unnamed Condition',
identifier: {
namespace: this.domainObject.identifier.namespace,
key: uuid()