From eb1ec3a02df2bdf2cbb293c2f602ed663400e70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9ferson=20Chaves?= <1755734+jefersonchaves@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:47:54 +0000 Subject: [PATCH] Fix for #218 adding durableId if unset --- addon/popup.js | 3 +++ 1 file changed, 3 insertions(+) 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: [],