@proveanything/smartlinks-utils-ui 0.12.8 → 0.12.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9981,7 +9981,7 @@ function RecordsAdminShellInner(props) {
|
|
|
9981
9981
|
]
|
|
9982
9982
|
}
|
|
9983
9983
|
) : null;
|
|
9984
|
-
const selectedSummary =
|
|
9984
|
+
const selectedSummary = isCollection && selectedItemId && !isDraftId3(selectedItemId) ? collectionItems.items.find((r) => r.id === selectedItemId || r.itemId === selectedItemId) : selectedRecordId && selectedRecordId !== DRAFT_ID3 ? recordList.items.find((r) => r.id === selectedRecordId) ?? globalScopedList.items.find((r) => r.id === selectedRecordId) ?? ruleScopedList.items.find((r) => r.id === selectedRecordId) ?? collectionItems.items.find((r) => r.id === selectedRecordId) : void 0;
|
|
9985
9985
|
const editorLifecycleControl = selectedSummary?.id ? /* @__PURE__ */ jsx(
|
|
9986
9986
|
LifecycleStatusControl,
|
|
9987
9987
|
{
|