chore: Update deleteCustomAttribute method in SDK (#3334)
This commit is contained in:
@@ -99,7 +99,7 @@ export default {
|
||||
isEditing: false,
|
||||
editedValue:
|
||||
this.attributeType === 'date'
|
||||
? format(new Date(this.value), DATE_FORMAT)
|
||||
? format(new Date(this.value || new Date()), DATE_FORMAT)
|
||||
: this.value,
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user