Skip to content

Commit

Permalink
Merge branch 'Dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
YashPShah-swag committed Oct 20, 2023
2 parents e5de24d + 219ebd2 commit cd29a3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions widget/kpitrend-widget-config.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
* limitations under the License.
*/

import { Component, DoCheck, Input, OnInit } from '@angular/core';
import { Component, Input, OnInit } from '@angular/core';
import { AbstractControl, FormBuilder, NgForm, ValidationErrors, ValidatorFn, Validators } from '@angular/forms';
import { FetchClient, IFetchResponse } from '@c8y/client';
import { FetchClient } from '@c8y/client';
import { DatapointAttributesFormConfig, DatapointSelectorModalOptions, KPIDetails } from '@c8y/ngx-components/datapoint-selector';
import * as _ from 'lodash';
import { Subject } from 'rxjs';
Expand Down
2 changes: 1 addition & 1 deletion widget/kpitrend-widget.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

import { formatDate } from '@angular/common';
import { AfterViewInit, Component, ElementRef, Input, OnDestroy, OnInit, ViewChild } from '@angular/core';
import { AfterViewInit, Component, ElementRef, Input, OnDestroy, OnInit } from '@angular/core';
import { MeasurementService, Realtime } from '@c8y/ngx-components/api';
import * as _ from 'lodash';
import { Chart } from 'chart.js';
Expand Down

0 comments on commit cd29a3f

Please sign in to comment.