Skip to content

Commit a4abaf9

Browse files
committed
fix(playground): change initial state to empty one
1 parent aab1bac commit a4abaf9

File tree

1 file changed

+1
-1
lines changed
  • experiments/apidom-playground/src/features/app

1 file changed

+1
-1
lines changed

experiments/apidom-playground/src/features/app/slice.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const parser = ApiDOMParser()
2222

2323
const initialState = {
2424
source: '',
25-
apiDOM: '{"prop":"value"}',
25+
apiDOM: '',
2626
baseURI: '',
2727
mediaType: '',
2828
console: '',

0 commit comments

Comments
 (0)