Commit a08616fe authored by Abu Uzayr's avatar Abu Uzayr

Use an empty string instead to maintain type

parent 0cdc2138
......@@ -256,7 +256,7 @@ export default {
let toList;
if (to) {
const containerEl = to.closest('.js-board-list');
toList = boardsStore.findList('id', Number(containerEl.dataset.board), false);
toList = boardsStore.findList('id', Number(containerEl.dataset.board), '');
}
/**
......
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