Skip to content

Commit

Permalink
remove disabled prop
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw authored Feb 22, 2024
1 parent 200020d commit 30ab789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Config/DeviceConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export const DeviceConfig = (): JSX.Element => {
<TabsTrigger
key={tab.label}
value={tab.label}
disabled={tab.disabled}
>
{tab.label}
</TabsTrigger>
Expand Down

0 comments on commit 30ab789

Please sign in to comment.