fixed calling wrong method name
This commit is contained in:
parent
4881f6441d
commit
b93879baab
1 changed files with 1 additions and 1 deletions
|
@ -1872,7 +1872,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, {
|
|||
const userContextId = formValues.get("container-id");
|
||||
const currentTab = await Logic.currentTab();
|
||||
const tabId = currentTab.id;
|
||||
const fullURL = this.checkurl(url);
|
||||
const fullURL = this.checkUrl(url);
|
||||
Logic.setOrRemoveAssignment(tabId, fullURL, userContextId, false);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue