Fix linting
This commit is contained in:
@@ -813,6 +813,8 @@ Logic.registerPanel(P_CONTAINER_EDIT, {
|
|||||||
Logic.setOrRemoveAssignment(currentTab.id, assumedUrl, userContextId, true);
|
Logic.setOrRemoveAssignment(currentTab.id, assumedUrl, userContextId, true);
|
||||||
delete assignments[siteKey];
|
delete assignments[siteKey];
|
||||||
this.showAssignedContainers(assignments);
|
this.showAssignedContainers(assignments);
|
||||||
|
}).catch((e) => {
|
||||||
|
throw e;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
trElement.classList.add("container-info-tab-row", "clickable");
|
trElement.classList.add("container-info-tab-row", "clickable");
|
||||||
|
|||||||
Reference in New Issue
Block a user