added error marker for each collection tab and fixed the styles of the raw errors tooltip
This commit is contained in:
@@ -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",
|
||||
},
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user