Skip to content

Commit

Permalink
add misisng hook dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell committed Dec 20, 2023
1 parent b1f0692 commit fad0375
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vuu-ui/packages/vuu-ui-controls/src/tabstrip/TabMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@ export const TabMenu = ({
tabIndex: index,
},
],
[allowClose, allowRename, controlledComponentId, index]
[
allowClose,
allowRename,
controlledComponentId,
controlledComponentTitle,
index,
]
);

return (
Expand Down

0 comments on commit fad0375

Please sign in to comment.