This commit is contained in:
winkidney
2021-05-30 03:31:25 -07:00
parent 24d54d5dbb
commit fd4ef22f6a

View File

@@ -268,7 +268,7 @@ export default {
loading.close();
}
bus.bus.$emit(bus.events.refreshPin);
if (self.boardIds !== null) {
if (self.boardIds) {
// FIXME(winkidney): Should handle error for add-to board
self.boardIds.forEach(
(boardId) => {