philon-
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/components/Dialog/NewDeviceDialog.tsx
|
|
|
@ -155,7 +155,7 @@ export const NewDeviceDialog = ({ |
|
|
|
{tabs.map((tab) => ( |
|
|
|
<TabsContent key={tab.label} value={tab.label}> |
|
|
|
<fieldset disabled={tab.isDisabled}> |
|
|
|
{tab.isDisabled |
|
|
|
{(tab.label !== "HTTP" && tab.isDisabled) |
|
|
|
? <ErrorMessage missingFeatures={unsupported} /> |
|
|
|
: null} |
|
|
|
<tab.element |
|
|
|
|