diff --git a/src/store/useJson.ts b/src/store/useJson.ts index 641bfdb859e..62512c79743 100644 --- a/src/store/useJson.ts +++ b/src/store/useJson.ts @@ -8,7 +8,7 @@ interface JsonActions { } const initialStates = { - json: "", + json: "{}", loading: true, };