Browse Source

remove disabled prop

pull/170/head
Sacha Weatherstone 2 years ago
committed by GitHub
parent
commit
30ab789d43
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/pages/Config/DeviceConfig.tsx

1
src/pages/Config/DeviceConfig.tsx

@ -56,7 +56,6 @@ export const DeviceConfig = (): JSX.Element => {
<TabsTrigger
key={tab.label}
value={tab.label}
disabled={tab.disabled}
>
{tab.label}
</TabsTrigger>

Loading…
Cancel
Save