mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-24 14:57:16 +08:00
Fixed issue with notifications when deleting
This commit is contained in:
parent
37f187df3f
commit
89a3d7f6e3
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ const NotificationModal: FunctionComponent<ModalProps & BaseModalProps> = ({
|
|||
onClick={() => {
|
||||
if (current) {
|
||||
current.enabled = false;
|
||||
current.url = null;
|
||||
update(current);
|
||||
}
|
||||
closeModal();
|
||||
|
|
Loading…
Reference in a new issue