mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Refactor WiFiGuestForm component to get rid of obsolete "input-group-append" div element
This commit is contained in:
		@@ -68,14 +68,11 @@ export default function WifiGuestForm({
 | 
				
			|||||||
                        }))}
 | 
					                        }))}
 | 
				
			||||||
                        {...props}
 | 
					                        {...props}
 | 
				
			||||||
                    >
 | 
					                    >
 | 
				
			||||||
                        <div className="input-group-append">
 | 
					 | 
				
			||||||
                        <WiFiQRCode
 | 
					                        <WiFiQRCode
 | 
				
			||||||
                            SSID={formData.SSID}
 | 
					                            SSID={formData.SSID}
 | 
				
			||||||
                            password={formData.password}
 | 
					                            password={formData.password}
 | 
				
			||||||
                        />
 | 
					                        />
 | 
				
			||||||
                        </div>
 | 
					 | 
				
			||||||
                    </TextInput>
 | 
					                    </TextInput>
 | 
				
			||||||
 | 
					 | 
				
			||||||
                    <PasswordInput
 | 
					                    <PasswordInput
 | 
				
			||||||
                        withEye
 | 
					                        withEye
 | 
				
			||||||
                        label={_("Password")}
 | 
					                        label={_("Password")}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user