Skip to content

Commit 3ccf913

Browse files
committed
chore(core): cleanup
Signed-off-by: braks <[email protected]>
1 parent 3585e62 commit 3ccf913

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/store/state.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ export function useState(): State {
114114

115115
disableKeyboardA11y: false,
116116
ariaLiveMessage: '',
117-
}}
117+
}
118+
}
118119

119120
// these options will be set using the appropriate methods
120121
export const storeOptionsToSkip: (keyof Partial<FlowOptions & Omit<State, 'nodes' | 'edges' | 'modelValue'>>)[] = [

0 commit comments

Comments
 (0)