1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-11-14 17:35:35 +01:00

Refactor WiFiGuestForm component to get rid of obsolete "input-group-append" div element

This commit is contained in:
Aleksandr Gumroian 2024-08-30 15:19:19 +02:00
parent b127bf5edf
commit ea590e443c
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -68,14 +68,11 @@ export default function WifiGuestForm({
}))}
{...props}
>
<div className="input-group-append">
<WiFiQRCode
SSID={formData.SSID}
password={formData.password}
/>
</div>
<WiFiQRCode
SSID={formData.SSID}
password={formData.password}
/>
</TextInput>
<PasswordInput
withEye
label={_("Password")}