From 607f3cd1969b4ac501dde9d9ce98a0bbb02dde1e Mon Sep 17 00:00:00 2001 From: kalutkaz Date: Tue, 19 Apr 2022 16:39:56 +0300 Subject: [PATCH] Refactoring --- .../shared/components/directives/tb-json-to-string.directive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/shared/components/directives/tb-json-to-string.directive.ts b/ui-ngx/src/app/shared/components/directives/tb-json-to-string.directive.ts index dd2b79a044..7ef523e7d0 100644 --- a/ui-ngx/src/app/shared/components/directives/tb-json-to-string.directive.ts +++ b/ui-ngx/src/app/shared/components/directives/tb-json-to-string.directive.ts @@ -26,7 +26,7 @@ import { Validator } from '@angular/forms'; import { ErrorStateMatcher } from '@angular/material/core'; -import {isObject} from "@core/utils"; +import { isObject } from "@core/utils"; @Directive({ selector: '[tb-json-to-string]',