mirror of
https://github.com/meshtastic/web.git
synced 2026-03-13 03:16:38 -04:00
remove disabled prop
This commit is contained in:
committed by
GitHub
parent
200020d705
commit
30ab789d43
@@ -56,7 +56,6 @@ export const DeviceConfig = (): JSX.Element => {
|
||||
<TabsTrigger
|
||||
key={tab.label}
|
||||
value={tab.label}
|
||||
disabled={tab.disabled}
|
||||
>
|
||||
{tab.label}
|
||||
</TabsTrigger>
|
||||
|
||||
Reference in New Issue
Block a user