Commit 8f3e3f6b authored by Alfredo Sumaran's avatar Alfredo Sumaran

Make sure Labels is instantiated on edit page

parent df0a77a7
...@@ -183,8 +183,11 @@ ...@@ -183,8 +183,11 @@
new NamespaceSelects(); new NamespaceSelects();
break; break;
case 'labels': case 'labels':
switch (path[2]) {
case 'edit':
new Labels(); new Labels();
} }
}
break; break;
case 'dashboard': case 'dashboard':
case 'root': case 'root':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment