Commit a0311e0
committed
fix(writableStoreOverlay): append dont clear
lib.optional returns the empty set [] when a check is false.
In this case it causes the options to be set to an empty list which the module
does not allow. So append the new options if true, and append [] when false.
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>1 parent 63b914d commit a0311e0
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments