Android: Fix Rescheduling pop back calendar (#8810)
This commit is contained in:
parent
f963855875
commit
38f6011caf
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ const RescheduledDraft: React.FC<Props> = ({
|
|||
type: MESSAGE_TYPE.ERROR,
|
||||
});
|
||||
} else {
|
||||
setIsUpdating(false);
|
||||
onClose();
|
||||
}
|
||||
}, [intl, onClose]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue