fix: sessions list label fallback
Co-authored-by: abdaraxus <abdaraxus@users.noreply.github.com>
This commit is contained in:
@@ -392,7 +392,8 @@ export function listSessionsFromStore(params: {
|
||||
id,
|
||||
key,
|
||||
})
|
||||
: undefined);
|
||||
: undefined) ??
|
||||
entry?.label;
|
||||
const deliveryFields = normalizeSessionDeliveryFields(entry);
|
||||
return {
|
||||
key,
|
||||
|
||||
Reference in New Issue
Block a user