Skip to content

Commit 498ed31

Browse files
committed
fix: missing default
1 parent 6713858 commit 498ed31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ const makeInitialState = (): AppState => {
223223
network_key: [],
224224
timestamp_format: "",
225225
output: "json",
226+
enable_external_js: false,
226227
},
227228
devices: {},
228229
device_options: {},

0 commit comments

Comments
 (0)