feat: status updating on the server and statuses fetching
This commit is contained in:
@ -175,7 +175,7 @@ const useDnd = (props: Props) => {
|
||||
overStatusId = deal.statusId;
|
||||
}
|
||||
|
||||
if (!overStatusId || activeStatusId === overStatusId) return;
|
||||
if (!overStatusId) return;
|
||||
|
||||
const newRank = getNewStatusRank(activeStatusId, overStatusId);
|
||||
if (!newRank) return;
|
||||
|
||||
Reference in New Issue
Block a user