parseJson on resource changes
This commit is contained in:
@@ -47,6 +47,8 @@
|
||||
let rawCode = ''
|
||||
let viewJsonSchema = false
|
||||
|
||||
$: rawCode && parseJson()
|
||||
|
||||
function switchTab(asJson: boolean) {
|
||||
viewJsonSchema = asJson
|
||||
if (asJson) {
|
||||
|
||||
Reference in New Issue
Block a user