SUPPORT-9416: fix
This commit is contained in:
parent
dc9eec7fda
commit
9fc4d61269
1 changed files with 1 additions and 2 deletions
|
|
@ -9,8 +9,7 @@ export interface StatusResponse {
|
|||
|
||||
enum ApplicationStatus {
|
||||
AGREED = 'Согласована',
|
||||
ACCEPTED = 'Исполнена',
|
||||
SENT = 'Отправлена'
|
||||
ACCEPTED = 'Исполнена'
|
||||
}
|
||||
|
||||
@Injectable({providedIn: 'root'})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue