fixed calling wrong method name

This commit is contained in:
Sherry Ma 2020-03-07 23:08:03 -05:00
parent 08ffba41d7
commit 50f7e17e57

View file

@ -1089,7 +1089,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);
},