Add error handling to improve user experience
[portal/ric-dashboard.git] / webapp-frontend / src / app / ran-control / ran-connection-dialog.component.ts
index c146084..7f0c368 100644 (file)
@@ -29,7 +29,7 @@ import { HttpErrorResponse } from '@angular/common/http';
 @Component({
     selector: 'rd-ran-control-connect-dialog',
     templateUrl: './ran-connection-dialog.component.html',
-    styleUrls: ['./ran-connection-dialog.component.css']
+    styleUrls: ['./ran-connection-dialog.component.scss']
 })
 
 export class RanControlConnectDialogComponent implements OnInit {