You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/01/07 19:29:44 UTC

[incubator-streampipes] branch dev updated: [hotfix] Remove unnecessary css file

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 99057bb  [hotfix] Remove unnecessary css file
99057bb is described below

commit 99057bb018938b0a4b715c148cf9636cae1c025e
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Fri Jan 7 20:29:37 2022 +0100

    [hotfix] Remove unnecessary css file
---
 .../static-slide-toggle/static-slide-toggle.component.ts               | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ui/src/app/core-ui/static-properties/static-slide-toggle/static-slide-toggle.component.ts b/ui/src/app/core-ui/static-properties/static-slide-toggle/static-slide-toggle.component.ts
index 57877f9..7f27d33 100644
--- a/ui/src/app/core-ui/static-properties/static-slide-toggle/static-slide-toggle.component.ts
+++ b/ui/src/app/core-ui/static-properties/static-slide-toggle/static-slide-toggle.component.ts
@@ -24,8 +24,7 @@ import { Validators } from '@angular/forms';
 
 @Component({
   selector: 'sp-static-slide-toggle',
-  templateUrl: './static-slide-toggle.component.html',
-  styleUrls: ['./static-slide-toggle.component.scss']
+  templateUrl: './static-slide-toggle.component.html'
 })
 export class StaticSlideToggleComponent
   extends AbstractValidatedStaticPropertyRenderer<SlideToggleStaticProperty> implements OnInit {