Skip to content

Commit d89dc37

Browse files
author
filip mertens
committed
empty object
1 parent 6da637f commit d89dc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/workspace/src/lib/reducers/workspace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export const browserReducer = (state = browserInitialState, action: Action) => {
339339
localhost: {
340340
...state.localhost,
341341
sharedFolder: payload,
342-
files: null
342+
files: {}
343343
}
344344
}
345345
}

0 commit comments

Comments
 (0)