MOBILE-3833 core: Fix 'undefined' handler in log
parent
82afb28901
commit
0bc6568f1f
|
@ -29,8 +29,6 @@ import { CoreFileHelper } from './file-helper';
|
|||
@Injectable({ providedIn: 'root' })
|
||||
export class CorePluginFileDelegateService extends CoreDelegate<CorePluginFileHandler> {
|
||||
|
||||
protected handlerNameProperty = 'component';
|
||||
|
||||
constructor() {
|
||||
super('CorePluginFileDelegate', true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue