fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user