Commit 08ff7c38 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge pull request #7536 from yuters/patch-5

Fix color toggle for labels in edit view
parents ed9e922d 8eff8bce
......@@ -50,7 +50,7 @@ class Dispatcher
new TreeView()
when 'projects:blob:show'
new BlobView()
when 'projects:labels:new'
when 'projects:labels:new', 'projects:labels:edit'
new Labels()
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