added error marker for each collection tab and fixed the styles of the raw errors tooltip

This commit is contained in:
Gani Georgiev
2026-05-14 09:15:05 +03:00
parent b061673d9a
commit 820b9afe98
13 changed files with 103 additions and 25 deletions
@@ -342,6 +342,9 @@ window.app.modals.openCollectionChangesConfirmation = async function(
),
yesCallback,
noCallback,
{ className: "collection-changes-confirm-modal" },
{
className: "collection-changes-confirm-modal",
yesButton: "Yes, save changes",
},
);
};