refactor(AddressEdit): remove unused country field (#13333)

This commit is contained in:
inottn
2025-02-01 13:18:11 +08:00
committed by GitHub
parent 9722629c32
commit fd87eba0ef
2 changed files with 0 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ const DEFAULT_DATA: AddressEditInfo = {
tel: '',
city: '',
county: '',
country: '',
province: '',
areaCode: '',
isDefault: false,

View File

@@ -11,7 +11,6 @@ export type AddressEditInfo = {
name: string;
city: string;
county: string;
country: string;
province: string;
areaCode: string;
isDefault?: boolean;