We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f87b1d + db3421a commit bcd5a8fCopy full SHA for bcd5a8f
1 file changed
ProjectBeacon/components/workflow/board-page.tsx
@@ -605,6 +605,7 @@ export function BoardPage({
605
const [reloadToken, setReloadToken] = useState(0);
606
const [createTaskLaneId, setCreateTaskLaneId] = useState<string | null>(null);
607
const [isCreatingTask, setIsCreatingTask] = useState(false);
608
+ const [isAssigningUnassigned, setIsAssigningUnassigned] = useState(false);
609
const [completingTaskIds, setCompletingTaskIds] = useState<string[]>([]);
610
const previousProjectCompleteRef = useRef<boolean | null>(null);
611
0 commit comments