mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
Fixed: Error messages not being shown in the UI or being shown in the wrong place
This commit is contained in:
@@ -30,7 +30,7 @@ define(
|
||||
}
|
||||
};
|
||||
|
||||
this.prototype.beforeClose = function () {
|
||||
this.prototype.onBeforeClose = function () {
|
||||
|
||||
if (this._modelBinder) {
|
||||
this._modelBinder.unbind();
|
||||
|
||||
Reference in New Issue
Block a user