frst-components 0.23.86 → 0.23.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7533,7 +7533,7 @@ function ImpedimentosTab({ maxTabs, tabsList, showAddButton, onSaveNewImpediment
|
|
|
7533
7533
|
const openAddImpedimento = Boolean(addImpedimentoAnchor);
|
|
7534
7534
|
const openImpedimentoSelect = Boolean(impedimentoSelectAnchor);
|
|
7535
7535
|
React.useEffect(() => {
|
|
7536
|
-
if (tabsList.length
|
|
7536
|
+
if (tabsList.length !== allTabs.length) {
|
|
7537
7537
|
setAllTabs(tabsList);
|
|
7538
7538
|
}
|
|
7539
7539
|
}, [tabsList]);
|