Skip to content

Commit cede780

Browse files
committed
Fixes
1 parent 5d3ee48 commit cede780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/fabs/react/reducer/data/ReducerSettingsState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@State(
1010
name = "ReducerSettings",
1111
storages = {
12-
@Storage("/rcc0.6.xml")
12+
@Storage("/rcc.xml")
1313
}
1414
)
1515
public class ReducerSettingsState extends AbstractPersistentState<ReducerCreateOptions> {

0 commit comments

Comments
 (0)