mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix
This commit is contained in:
@@ -8,7 +8,7 @@ export class FileLoaderService {
|
||||
constructor() { }
|
||||
|
||||
|
||||
loadeFile({ type = 'file'}): HTMLInputElement {
|
||||
createInput({ type = 'file'}): HTMLInputElement {
|
||||
|
||||
let input = document.createElement('input');
|
||||
input.type = type;
|
||||
|
||||
Reference in New Issue
Block a user