Add json formatting

This commit is contained in:
Thomas Nordquist
2019-03-03 06:34:06 +01:00
parent f81d64cc2f
commit 87a86b8c0c
2 changed files with 28 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ export interface ToggleRetain {
}
const initialState: PublishState = {
editorMode: 'text',
editorMode: 'json',
retain: false,
qos: 0,
}