Fix linting
This commit is contained in:
parent
090ae1f139
commit
bf75f52a52
1 changed files with 2 additions and 0 deletions
|
@ -813,6 +813,8 @@ Logic.registerPanel(P_CONTAINER_EDIT, {
|
|||
Logic.setOrRemoveAssignment(currentTab.id, assumedUrl, userContextId, true);
|
||||
delete assignments[siteKey];
|
||||
this.showAssignedContainers(assignments);
|
||||
}).catch((e) => {
|
||||
throw e;
|
||||
});
|
||||
});
|
||||
trElement.classList.add("container-info-tab-row", "clickable");
|
||||
|
|
Loading…
Add table
Reference in a new issue