Browse Source
Merge pull request #14936 from thingsboard/lts-4.2
UI: Fixed import
pull/14939/head
Viacheslav Klimov
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
ui-ngx/src/app/shared/models/alarm.models.ts
|
|
|
@ -28,7 +28,6 @@ import { UserId } from '@shared/models/id/user-id'; |
|
|
|
import { AlarmFilter } from '@shared/models/query/query.models'; |
|
|
|
import { HasTenantId } from '@shared/models/entity.models'; |
|
|
|
import { isDefinedAndNotNull, isNotEmptyStr } from '@core/utils'; |
|
|
|
import { defaults } from 'lodash'; |
|
|
|
|
|
|
|
export enum AlarmsMode { |
|
|
|
ALL, |
|
|
|
|