Update CollapsibleSecretImports.tsx

This commit is contained in:
Daniel Hougaard
2025-04-30 03:13:10 +04:00
parent 8d711af23b
commit d4ac4f8d8f

View File

@@ -156,7 +156,7 @@ export const CollapsibleSecretImports: React.FC<CollapsibleSecretImportsProps> =
return aPath.localeCompare(bPath);
});
}, [importedBy, usedBySecretSyncs, secretsToDelete]);
}, [importedBy, usedBySecretSyncs, secretsToDelete, onlyReferences]);
const hasImportedItems = importedBy.some((element) => {
if (element.folders && element.folders.length > 0) {