Commit 6f6746b4 authored by Phil Hughes's avatar Phil Hughes

Hides from new dropdown when already present

parent 8c92646b
......@@ -11,6 +11,7 @@ $(() => {
});
},
renderRow: (label) => {
if (BoardsStore.findList('title', label.title)) return;
const $li = $('<li />'),
$a = $('<a />', {
text: label.title,
......
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