Commit 8eff8bce authored by Martin Bastien's avatar Martin Bastien

Fix color toggle for labels in edit view

parent 1db77dc1
...@@ -50,7 +50,7 @@ class Dispatcher ...@@ -50,7 +50,7 @@ class Dispatcher
new TreeView() new TreeView()
when 'projects:blob:show' when 'projects:blob:show'
new BlobView() new BlobView()
when 'projects:labels:new' when 'projects:labels:new', 'projects:labels:edit'
new Labels() new Labels()
switch path.first() switch path.first()
......
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