mirror of
https://github.com/LukeHagar/OpenAPI.gg.git
synced 2025-12-06 04:20:29 +00:00
fix variable usage
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
export let parent: SvelteComponent;
|
||||
|
||||
let files: FileList | undefined;
|
||||
let uploadSpec: Writable<APISpec> = writable(newSpec);
|
||||
let uploadSpec: Writable<APISpec> = writable(newSpec());
|
||||
let saving = false;
|
||||
const extensionRegex = /\.(json|yml|yaml)$/;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user