diff --git a/src/views/property-marketing/media-account/components/status-select/constants.ts b/src/views/property-marketing/media-account/components/status-select/constants.ts index 4713f42..7049295 100644 --- a/src/views/property-marketing/media-account/components/status-select/constants.ts +++ b/src/views/property-marketing/media-account/components/status-select/constants.ts @@ -5,8 +5,8 @@ export enum EnumStatus { UNAUTHORIZED = 0, NORMAL = 1, - ABNORMAL = 2, - PAUSE = 3, + ABNORMAL = 3, + PAUSE = 2, ABNORMAL_LOGIN = 4, ABNORMAL_REQUEST = 5, ABNORMAL_FREEZE = 6,