This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
// @ts-ignore
|
||||
let b64 = btoa(String.fromCharCode.apply(null, new Uint8Array(content)));
|
||||
|
||||
await $schemRepo.uploadSchematic(name, b64);
|
||||
let response = await $schemRepo.uploadSchematic(name, b64);
|
||||
|
||||
open = false;
|
||||
value = "";
|
||||
|
||||
Reference in New Issue
Block a user