fix(web): password field
This commit is contained in:
		
							parent
							
								
									ecf0c277f6
								
							
						
					
					
						commit
						8c2440ad8b
					
				@ -194,6 +194,13 @@ export const columns: ColumnDef<Machine>[] = [
 | 
				
			|||||||
            description="Edit machines"
 | 
					            description="Edit machines"
 | 
				
			||||||
            serverAction={updateMachine}
 | 
					            serverAction={updateMachine}
 | 
				
			||||||
            formSchema={addMachineSchema}
 | 
					            formSchema={addMachineSchema}
 | 
				
			||||||
 | 
					            fieldConfig={{
 | 
				
			||||||
 | 
					              auth_token: {
 | 
				
			||||||
 | 
					                inputProps: {
 | 
				
			||||||
 | 
					                  type: "password",
 | 
				
			||||||
 | 
					                },
 | 
				
			||||||
 | 
					              },
 | 
				
			||||||
 | 
					            }}
 | 
				
			||||||
          />
 | 
					          />
 | 
				
			||||||
        </DropdownMenu>
 | 
					        </DropdownMenu>
 | 
				
			||||||
      );
 | 
					      );
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user