diff --git a/addon/popup.js b/addon/popup.js index 17e8f3c3..dd24ee2f 100644 --- a/addon/popup.js +++ b/addon/popup.js @@ -369,6 +369,9 @@ class AllDataBox extends React.PureComponent { if (!entity.keyPrefix) { // For some objects the keyPrefix is only available in some of the APIs. entity.keyPrefix = keyPrefix; } + if (!entity.durableId) { + entity.durableId = durableId; + } } else { entity = { availableApis: [],