Skip to content

Commit bd658cc

Browse files
committed
fix pod exports initial value
1 parent 2b14887 commit bd658cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/lib/reducers/pod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function addPod(state, action) {
2020
thundar: false,
2121
utility: false,
2222
name: "",
23-
exports: {},
23+
exports: [],
2424
imports: {},
2525
reexports: {},
2626
midports: {},

0 commit comments

Comments
 (0)