[bugfix] AddressEdit: show delete (#1648)
This commit is contained in:
@@ -231,9 +231,7 @@ test('delete address', async() => {
|
||||
const wrapper = mount(AddressEdit, {
|
||||
attachToDocument: true,
|
||||
propsData: {
|
||||
addressInfo: {
|
||||
id: '123'
|
||||
}
|
||||
showDelete: true
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user