This commit is contained in:
2025-11-12 12:02:21 +01:00
parent 9cea0161d7
commit e66b530f24
2 changed files with 13 additions and 2 deletions
@@ -252,8 +252,13 @@ const DocumentsPanel = ({
}
}
if (!resolvedKey && navigableRows.length) {
resolvedKey = navigableRows[0].key;
if (!resolvedKey) {
if (!selectedEntries.length) {
return;
}
if (navigableRows.length) {
resolvedKey = navigableRows[0].key;
}
}
if (!resolvedKey) {