Update Forma
@@ -213,8 +204,6 @@
 
 
 
-
-
 
   
     {{rowSelected.id}}
@@ -228,14 +217,6 @@
 
 
 
-
-
-  
-  
-  
-
-
-
   
  
 
 
@@ -281,8 +262,6 @@
  
          
 
-
-
 
    
 
@@ -399,8 +369,6 @@
 
         
 
-
-
 
 
       
@@ -437,6 +405,4 @@
 
 
 
-
-
   
diff --git a/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Forma/Forma.component.ts b/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Forma/Forma.component.ts
index cf213bc..cba77bf 100644
--- a/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Forma/Forma.component.ts
+++ b/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Forma/Forma.component.ts
@@ -67,15 +67,11 @@ name : [null],
 
 
 
-qrcode_field : [null],
-
 
  
 
 
 
-
-
   }); // component_button200
  // form code start
     this.extensionService.getJsonObjectsByFormCodeList(this.formcode).subscribe(data => {
@@ -102,16 +98,12 @@ qrcode_field : [null],
 
 
 
-
-
 
   }
 
 
 
 
-
-
  error; 
   getData() {
     this.mainService.getAll().subscribe((data) => {
@@ -138,8 +130,6 @@ qrcode_field : [null],
     
     })
 
-
-
 
     this.modalEdit = true;
   }
@@ -164,8 +154,6 @@ qrcode_field : [null],
 
 
 
-
-
     //console.log("in update");
     console.log("id  " + id);
     console.log(this.rowSelected);
@@ -188,8 +176,6 @@ for (let i = 0; i < this.selectedfileupload_field.length; i++){
   })
 }
 
-
-
       }, (error) => {
         console.log(error);
         if (error.status >= 200 && error.status <= 299) {
@@ -212,8 +198,6 @@ onCreate() {
 
 
 
-
-
   this.mainService.create(this.entryForm.value).subscribe(
     (data) => {
       console.log(data);
@@ -231,8 +215,6 @@ for (let i = 0; i < this.selectedfileupload_field.length; i++){
   })
 }
 
-
-
 
       }, (error) => {
         console.log(error);
@@ -256,8 +238,6 @@ this.modalAdd = true; this.submitted = false;
 this.FileDatafileupload_field = [];
 this.selectedfileupload_field =[];
 
-
-
 
   }
  submitted = false;
@@ -311,12 +291,8 @@ public onFileChangedfileupload_field(event, index) {
       }
     }
 
-
-
 // updateaction
 }
 
 
 
-
-
diff --git a/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Forma/Forma.service.ts b/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Forma/Forma.service.ts
index 3e04c98..6920a42 100644
--- a/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Forma/Forma.service.ts
+++ b/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/basicp1/Forma/Forma.service.ts
@@ -46,7 +46,5 @@ export class Formaservice{
     return this.apiRequest.delete(`FileUpload/Uploadeddocs/${id}`);
   }
 
-
-
 // updateaction
 }
\ No newline at end of file
diff --git a/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts b/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts
index 477aabb..bdf2d87 100644
--- a/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts
+++ b/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/Stepper_workflow/Stepper_workflow.component.ts
@@ -20,6 +20,7 @@
 
 
 
+
 
 
 import { Component, OnInit } from '@angular/core';
@@ -250,6 +251,8 @@ export class Stepper_workflowComponent implements OnInit {
     console.log('id is ', id)
 
     // stepper route
+
+
  this.router.navigate(["../steps/", id], { relativeTo: this.route });
 
 
diff --git a/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/steps/steps.component.html b/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/steps/steps.component.html
index 0efbca3..a1b2614 100644
--- a/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/steps/steps.component.html
+++ b/steper022-front-f/authsec_angular/frontend/angular-clarity-master/src/app/modules/main/BuilderComponents/stepperworkflow/steps/steps.component.html
@@ -65,13 +65,6 @@
 
 
 
-   
-
-	    
-	    
-	       
-	
-
 
               
 
@@ -112,8 +105,6 @@
 
         
 
-
-
               
 
               
@@ -146,8 +137,6 @@
 
 Fileupload Field :  {{ FormaentryForm.get('fileupload_field')?.value }}
 
-QRCode Field :  {{ FormaentryForm.get('qrcode_field')?.value }}
-