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

Make sure Labels is instantiated on edit page

parent df0a77a7
...@@ -183,7 +183,10 @@ ...@@ -183,7 +183,10 @@
new NamespaceSelects(); new NamespaceSelects();
break; break;
case 'labels': case 'labels':
new Labels(); switch (path[2]) {
case 'edit':
new Labels();
}
} }
break; break;
case 'dashboard': case 'dashboard':
......
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